Navigation



Ignore:
Timestamp:
Feb 19, 2020, 9:50:44 AM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
committer:
Luke Mewburn <luke@mewburn.net> 1582097521 -39600
Message:

3GPP SS-Status is OctetString? not Grouped

3GPP TS 29.272 V12.5.0 (2014-06) corrected table 7.3.1/1
row SS-Status to be OctetString? instead of Grouped.
Clause 7.3.88 already described SS-Status as OctetString?.
The previous definition was from 3GPP TS 29.272 V12.0.0 (2013-03).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.c

    r1427 r1428  
    39703970        };
    39713971
    3972         /* 3GPP 29.272-c00 (12.0.0 2013.03.13)                          */
     3972        /* 3GPP 29.272-c50 (12.5.0 2014-06)                             */
    39733973        /* Subscription-Data */
    39743974        {
     
    49564956        };
    49574957
     4958        /* 3GPP TS 29.272 V12.5.0 (2014-06) corrected table 7.3.1/1     */
     4959        /* row SS-Status to be OctetString instead of Grouped.          */
     4960        /* Clause 7.3.88 already described SS-Status as OctetString.    */
    49584961        /* SS-Status */
    49594962        {
     
    49644967                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    49654968                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
    4966                         AVP_TYPE_GROUPED        /* base type of data */
     4969                        AVP_TYPE_OCTETSTRING    /* base type of data */
    49674970                };
    49684971                CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
Note: See TracChangeset for help on using the changeset viewer.