Navigation


Changeset 1428:445e885af934 in freeDiameter


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).

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • contrib/dict_json/dictionary_dcca_3gpp.json

    r1380 r1428  
    79577957      },
    79587958      "Name": "SS-Status",
    7959       "Type": "Grouped",
     7959      "Type": "OctetString",
    79607960      "Vendor": 10415
    79617961    },
  • 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);
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.org

    r1427 r1428  
    313313| Visited-Network-Identifier                                    |  600 |           6.3.1 | OctetString      | M,V  |     |          |          | N    |
    314314| Wildcarded-Public-Identity                                    |  634 |          6.3.35 | UTF8String       | V    |     |          | M        | N    |
    315 | # 3GPP 29.272-c00 (12.0.0 2013.03.13)                         |      |                 |                  |      |     |          |          |      |
     315| # 3GPP 29.272-c50 (12.5.0 2014-06)                            |      |                 |                  |      |     |          |          |      |
    316316| Subscription-Data                                             | 1400 |           7.3.2 | Grouped          | M,V  |     |          |          | N    |
    317317| Terminal-Information                                          | 1401 |           7.3.3 | Grouped          | M,V  |     |          |          | N    |
     
    387387| LCS-PrivacyException                                          | 1475 |          7.3.86 | Grouped          | M,V  |     |          |          | N    |
    388388| SS-Code                                                       | 1476 |          7.3.87 | OctetString      | M,V  |     |          |          | N    |
    389 | SS-Status                                                     | 1477 |          7.3.88 | Grouped          | M,V  |     |          |          | N    |
     389| # 3GPP TS 29.272 V12.5.0 (2014-06) corrected table 7.3.1/1    |      |                 |                  |      |     |          |          |      |
     390| # row SS-Status to be OctetString instead of Grouped.         |      |                 |                  |      |     |          |          |      |
     391| # Clause 7.3.88 already described SS-Status as OctetString.   |      |                 |                  |      |     |          |          |      |
     392| SS-Status                                                     | 1477 |          7.3.88 | OctetString      | M,V  |     |          |          | N    |
    390393| Notification-To-UE-User                                       | 1478 |          7.3.89 | Enumerated       | M,V  |     |          |          | N    |
    391394| External-Client                                               | 1479 |          7.3.90 | Grouped          | M,V  |     |          |          | N    |
Note: See TracChangeset for help on using the changeset viewer.