Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

5G NAS UE policy protocol TS 24.501_UEPOL UEPolSectionMgmtSubresult uses length in octets instead of number of results #251

Open
@maddenj-ie

Description

@maddenj-ie

UEPolSectionMgmtSubresult has a length field which it sets to the length in octets of the results plus the length of the plmnId field rather than the number of results.

self[0].set_valauto(lambda: 3 + self[2].get_len())

From TS 24501 D.6.3

Number of results (octet d)
This field contains the binary encoding of number of results included in the UE policy section management subresult.

The 'Len' field should be a Uint8 and set to the number of elements in the sequence of UePolResult.

The field name of 'Len' may also be worth reviewing ;-)

I'm happy to assist with testing.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions