Navigation


Changeset 1519:64191a7142ce in freeDiameter


Ignore:
Timestamp:
Apr 9, 2020, 9:54:52 AM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
committer:
Luke Mewburn <luke@mewburn.net> 1586393792 -36000
Message:

Add 3GPP TS 29.389 V15.1.0 (2019-09)

Add AVPs:

  • V2X-Authorization-Data, Grouped, code 4700, section 6.3.2
  • V2X-Permission-in-VPLMN, Unsigned32, code 4701, section 6.3.3
  • V2X-Application-Server, Grouped, code 4702, section 6.3.4

Fix: All AVPs were missing M and V; assume MUST for both.

Location:
extensions/dict_dcca_3gpp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/add_avps.c

    r1518 r1519  
    64196419
    64206420        /*==================================================================*/
    6421         /* Table A.7.3.1.1: S9a specific Diameter AVPs                      */
     6421        /* 3GPP TS 29.215 Table A.7.3.1.1: S9a specific Diameter AVPs       */
    64226422        /*==================================================================*/
    64236423
     
    64366436
    64376437        /*==================================================================*/
    6438         /* Table A.8.3.1.1: S9a* specific Diameter AVPs                     */
     6438        /* 3GPP TS 29.215 Table A.8.3.1.1: S9a* specific Diameter AVPs      */
    64396439        /*==================================================================*/
    64406440
     
    1478914789
    1479014790        /*==================================================================*/
     14791        /* 3GPP TS 29.389 V15.1.0 (2019-09)                                 */
     14792        /* Inter-V2X Control Function Signalling aspects (V6);              */
     14793        /* Stage 3                                                          */
     14794        /*                                                                  */
     14795        /* From 3GPP 29389-f10.doc                                          */
     14796        /*==================================================================*/
     14797
     14798        /*==================================================================*/
     14799        /* 3GPP TS 29.389 Table 6.3.1-1: V6 specific Diameter AVPs          */
     14800        /*                                                                  */
     14801        /* Fix: All AVPs were missing M and V; assume MUST for both.        */
     14802        /*==================================================================*/
     14803
     14804        /* V2X-Authorization-Data, Grouped, code 4700, section 6.3.2        */
     14805        {
     14806                struct dict_avp_data data = {
     14807                        4700,   /* Code */
     14808                        10415,  /* Vendor */
     14809                        "V2X-Authorization-Data",       /* Name */
     14810                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
     14811                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
     14812                        AVP_TYPE_GROUPED        /* base type of data */
     14813                };
     14814                CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
     14815        };
     14816
     14817        /* V2X-Permission-in-VPLMN, Unsigned32, code 4701, section 6.3.3    */
     14818        {
     14819                struct dict_avp_data data = {
     14820                        4701,   /* Code */
     14821                        10415,  /* Vendor */
     14822                        "V2X-Permission-in-VPLMN",      /* Name */
     14823                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
     14824                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
     14825                        AVP_TYPE_UNSIGNED32     /* base type of data */
     14826                };
     14827                CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
     14828        };
     14829
     14830        /* V2X-Application-Server, Grouped, code 4702, section 6.3.4        */
     14831        {
     14832                struct dict_avp_data data = {
     14833                        4702,   /* Code */
     14834                        10415,  /* Vendor */
     14835                        "V2X-Application-Server",       /* Name */
     14836                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
     14837                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
     14838                        AVP_TYPE_GROUPED        /* base type of data */
     14839                };
     14840                CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
     14841        };
     14842
     14843        /*==================================================================*/
    1479114844        /* 3GPP TS 29.468 V15.8.0 (2019-12)                                 */
    1479214845        /* Group Communication System Enablers for LTE (GCSE_LTE);          */
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv

    r1518 r1519  
    761761DRA-Binding,2208,5.3.x,Enumerated,V,P,,M
    762762#=,,,,,,,
    763 # Table A.7.3.1.1: S9a specific Diameter AVPs,,,,,,,
     763# 3GPP TS 29.215 Table A.7.3.1.1: S9a specific Diameter AVPs,,,,,,,
    764764#=,,,,,,,
    765765#,,,,,,,
    766766PCRF-Address,2207,A.7.3.1.1,DiameterIdentity,"V,M",P,,
    767767#=,,,,,,,
    768 # Table A.8.3.1.1: S9a* specific Diameter AVPs,,,,,,,
     768# 3GPP TS 29.215 Table A.8.3.1.1: S9a* specific Diameter AVPs,,,,,,,
    769769#=,,,,,,,
    770770#,,,,,,,
     
    17161716V2X-Update-Flags,4601,6.3.4,Unsigned32,"M,V",,,
    17171717V2X-Notify-Flags,4602,6.3.5,Unsigned32,"M,V",,,
     1718,,,,,,,
     1719@standard,3GPP TS 29.389,,,,,,
     1720#=,,,,,,,
     1721# 3GPP TS 29.389 V15.1.0 (2019-09),,,,,,,
     1722# Inter-V2X Control Function Signalling aspects (V6);,,,,,,,
     1723# Stage 3,,,,,,,
     1724# ,,,,,,,
     1725# From 3GPP 29389-f10.doc,,,,,,,
     1726#=,,,,,,,
     1727#,,,,,,,
     1728#=,,,,,,,
     1729# 3GPP TS 29.389 Table 6.3.1-1: V6 specific Diameter AVPs,,,,,,,
     1730# ,,,,,,,
     1731# Fix: All AVPs were missing M and V; assume MUST for both.,,,,,,,
     1732#=,,,,,,,
     1733#,,,,,,,
     1734V2X-Authorization-Data,4700,6.3.2,Grouped,"M,V",,,
     1735V2X-Permission-in-VPLMN,4701,6.3.3,Unsigned32,"M,V",,,
     1736V2X-Application-Server,4702,6.3.4,Grouped,"M,V",,,
    17181737,,,,,,,
    17191738@standard,3GPP TS 29.468,,,,,,
Note: See TracChangeset for help on using the changeset viewer.