Navigation


Changeset 1440:d6469b0f2111 in freeDiameter


Ignore:
Timestamp:
Feb 25, 2020, 7:58:59 AM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
committer:
Luke Mewburn <luke@mewburn.net> 1582587609 -39600
Message:

Update to 3GPP TS 29.173 V15.0.0 (2018-06)

Add RIA-Flags, Unsigned32, code 2411

Location:
extensions/dict_dcca_3gpp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.c

    r1436 r1440  
    11671167        };
    11681168
    1169         /* 3GPP 29.173-c00 (12.0.0 2013.03.13)                              */
     1169
     1170        /* 3GPP TS 29.173 V15.0.0 (2018-06)                                 */
     1171        /* From 3GPP 29173-f00.doc                                          */
     1172
    11701173        /* LMSI, OctetString, code 2400, section 6.4.2                      */
    11711174        {
     
    13091312                };
    13101313                CHECK_dict_new(DICT_AVP, &data, DiameterIdentity_type, NULL);
     1314        };
     1315
     1316        /* RIA-Flags, Unsigned32, code 2411, section 6.4.15                 */
     1317        {
     1318                struct dict_avp_data data = {
     1319                        2411,   /* Code */
     1320                        10415,  /* Vendor */
     1321                        "RIA-Flags",    /* Name */
     1322                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
     1323                        AVP_FLAG_VENDOR,        /* Fixed flag values */
     1324                        AVP_TYPE_UNSIGNED32     /* base type of data */
     1325                };
     1326                CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
    13111327        };
    13121328
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.org

    r1432 r1440  
    102102| Status-Text                                                   | 1118 |          6.3.21 | UTF8String       | M,V  |     |          |          | N    |
    103103| Routeing-Address-Resolution                                   | 1119 |          6.3.22 | Enumerated       | M,V  |     |          |          | N    |
    104 | # 3GPP 29.173-c00 (12.0.0 2013.03.13)                         |      |                 |                  |      |     |          |          |      |
     104| #                                                             |      |                 |                  |      |     |          |          |      |
     105| # 3GPP TS 29.173 V15.0.0 (2018-06)                            |      |                 |                  |      |     |          |          |      |
     106| # From 3GPP 29173-f00.doc                                     |      |                 |                  |      |     |          |          |      |
     107| #                                                             |      |                 |                  |      |     |          |          |      |
    105108| LMSI                                                          | 2400 |           6.4.2 | OctetString      | M,V  |     |          |          | N    |
    106109| Serving-Node                                                  | 2401 |           6.4.3 | Grouped          | M,V  |     |          |          | N    |
     
    114117| SGSN-Name                                                     | 2409 |          6.4.13 | DiameterIdentity | V    |     |          | M        | N    |
    115118| SGSN-Realm                                                    | 2410 |          6.4.14 | DiameterIdentity | V    |     |          | M        | N    |
     119| RIA-Flags                                                     | 2411 |          6.4.15 | Unsigned32       | V    |     |          | M        | N    |
    116120| # 3GPP 29.210-670 (6.7.0 2006-12-18)                          |      |                 |                  |      |     |          |          |      |
    117121| PDP-Session-Operation                                         | 1015 |          5.2.21 | Enumerated       | M,V  | P   |          |          | Y    |
Note: See TracChangeset for help on using the changeset viewer.