Navigation


Changeset 1470:b98c9de78f58 in freeDiameter for extensions


Ignore:
Timestamp:
Mar 18, 2020, 9:48:00 AM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

regen dict_dcca_3gpp and dict_dcca_starent

Regen from the .csv files instead of the .org files.
No change to generated dictionary.

Location:
extensions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.c

    r1460 r1470  
    364364        /*                                                                  */
    365365        /* The following is created automatically with:                     */
    366         /*     org_to_fd.pl -V '3GPP' -v 10415                              */
     366        /*     csv_to_fd -p fdc dict_dcca_3gpp.csv                          */
    367367        /* Changes will be lost during the next update.                     */
    368         /* Do not modify; modify the source .org file instead.              */
     368        /* Do not modify; modify the source .csv file instead.              */
    369369        /*==================================================================*/
    370370
    371 
     371        /*==================================================================*/
    372372        /* 3GPP 29.061-c00 (12.0.0 2012.12.20)                              */
    373373        /* 3GPP 29.061 is not very clear and self-inconsistent about M      */
    374374        /* for this reason, other sources are assumed more trustworthy      */
     375        /*==================================================================*/
    375376
    376377        /* M inconsistently specified                                       */
     
    10711072        };
    10721073
    1073 
     1074        /*==================================================================*/
    10741075        /* 3GPP TS 29.128 V15.6.0 (2019-09)                                 */
    10751076        /* From 3GPP 29128-f60.docx                                         */
     1077        /*==================================================================*/
    10761078
    10771079        /* Communication-Failure-Information, Grouped, code 4300, section 6.4.4 */
     
    14021404        };
    14031405
    1404 
     1406        /*==================================================================*/
    14051407        /* 3GPP 29.140-700 (7.0.0 2007.07.05)                               */
     1408        /*==================================================================*/
    14061409
    14071410        /* Served-User-Identity, Grouped, code 1100, section 6.3.1          */
     
    16881691        };
    16891692
    1690 
     1693        /*==================================================================*/
    16911694        /* 3GPP TS 29.173 V15.0.0 (2018-06)                                 */
    16921695        /* From 3GPP 29173-f00.doc                                          */
     1696        /*==================================================================*/
    16931697
    16941698        /* LMSI, OctetString, code 2400, section 6.4.2                      */
     
    18481852        };
    18491853
    1850 
     1854        /*==================================================================*/
    18511855        /* 3GPP 29.210-670 (6.7.0 2006-12-18)                               */
     1856        /*==================================================================*/
    18521857
    18531858        /* PDP-Session-Operation, Enumerated, code 1015, section 5.2.21     */
     
    18671872        };
    18681873
    1869 
     1874        /*==================================================================*/
    18701875        /* 3GPP 29.212-c00 (12.0.0 2013.03.15)                              */
     1876        /*==================================================================*/
    18711877
    18721878        /* Gx-specific                                                      */
     
    33253331        };
    33263332
    3327 
     3333        /*==================================================================*/
    33283334        /* 3GPP TS 29.214 V15.7.0 (2019-09)                                 */
    33293335        /* From 3GPP 29214-f70.doc                                          */
     3336        /*==================================================================*/
    33303337
    33313338        /* Abort-Cause, Enumerated, code 500, section 5.3.1                 */
     
    41784185        };
    41794186
    4180 
     4187        /*==================================================================*/
    41814188        /* 3GPP 29.229-b20 (11.2.0 2012.12.21)                              */
     4189        /*==================================================================*/
    41824190
    41834191        /* Associated-Identities, Grouped, code 632, section 6.3.33         */
     
    48844892        };
    48854893
    4886 
     4894        /*==================================================================*/
    48874895        /* 3GPP TS 29.272 V15.10.0 (2019-12)                                */
    48884896        /* From 3GPP 29272-fa0.docx                                         */
     4897        /*==================================================================*/
    48894898
    48904899        /* Subscription-Data, Grouped, code 1400, section 7.3.2             */
     
    75907599        };
    75917600
    7592 
     7601        /*==================================================================*/
    75937602        /* 3GPP 29.329-b50 (11.5.0 2012.12.21)                              */
     7603        /*==================================================================*/
    75947604
    75957605        /* User-Identity, Grouped, code 700, section 6.3.1                  */
     
    78767886        };
    78777887
    7878 
     7888        /*==================================================================*/
    78797889        /* 3GPP 32.299-b80 (11.8.0 2013-07)                                 */
     7890        /*==================================================================*/
    78807891
    78817892        /* AF-Correlation-Information, Grouped, code 1276                   */
     
    1159611607        };
    1159711608
    11598 
     11609        /*==================================================================*/
    1159911610        /* OMA DDS Charging_Data V1.0 20110201-A                            */
     11611        /*==================================================================*/
    1160011612
    1160111613        /* Application-Server-Id, UTF8String, code 2101, section 8.4        */
  • extensions/dict_dcca_starent/dict_dcca_starent.c

    r1435 r1470  
    8989        /*                                                                  */
    9090        /* The following is created automatically with:                     */
    91         /*     org_to_fd.pl -V 'Starent' -v 8164                            */
     91        /*     csv_to_fd -p fdc dict_dcca_starent.csv                       */
    9292        /* Changes will be lost during the next update.                     */
    93         /* Do not modify; modify the source .org file instead.              */
    94         /*==================================================================*/
    95 
     93        /* Do not modify; modify the source .csv file instead.              */
     94        /*==================================================================*/
     95
     96        /*==================================================================*/
    9697        /* Cisco ASR 5000 Series AAA Interface                              */
    9798        /* Administration and Reference                                     */
     
    100101        /* updated using v15 docs from Jan 2014                             */
    101102        /* www.cisco.com/c/dam/en/us/td/docs/wireless/asr_5000/15-0/15-0-AAA-Reference.pdf */
     103        /*==================================================================*/
     104
    102105        /* SN-Volume-Quota-Threshold, Unsigned32, code 501                  */
    103106        {
Note: See TracChangeset for help on using the changeset viewer.