Navigation



Ignore:
Timestamp:
Apr 18, 2020, 2:31:19 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

dict_dcca_3gpp: highlight changes since freeDiameter 1.4.0

Consistently prefix comments that describe changes since
freeDiameter 1.4.0 with "Change-1.4.0" for easier grepping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/add_avps.c

    r1530 r1531  
    436436        /* for External-Identifier (3111).                                  */
    437437        /*                                                                  */
    438         /* Change since freeDiameter 1.4.0.                                 */
    439         /* Fix: Remove External-Identifier (28) OctetString.                */
     438        /* Change-1.4.0: Remove External-Identifier (28) OctetString.       */
    440439
    441440        /* TWAN-Identifier, OctetString, code 29, section 16.4.7            */
     
    43384337        /* missing M, assume MUST NOT.                                      */
    43394338        /*                                                                  */
    4340         /* Fix: PDN-Connection-ID (1065) flag M MUST NOT.                   */
     4339        /* Change-1.4.0: PDN-Connection-ID (1065) flag M MUST NOT.          */
    43414340        /* PDN-Connection-ID, OctetString, code 1065, section 5.3.58        */
    43424341        {
     
    45044503        /* missing M, assume MUST NOT.                                      */
    45054504        /*                                                                  */
    4506         /* Fix: PS-to-CS-Session-Continuity (1099) flag M MUST NOT.        */
     4505        /* Change-1.4.0: PS-to-CS-Session-Continuity (1099) flag M MUST NOT. */
    45074506        /* PS-to-CS-Session-Continuity, Enumerated, code 1099, section 5.3.84 */
    45084507        {
     
    53285327        /*==================================================================*/
    53295328
     5329        /* Change-1.4.0: ADC-Rule-Base-Name (1095) flag M MUST.             */
    53305330        /* ADC-Rule-Base-Name, UTF8String, code 1095, section 5b.3.4        */
    53315331        {
     
    53415341        };
    53425342
     5343        /* Change-1.4.0: ADC-Rule-Definition (1094) flag M MUST.            */
    53435344        /* ADC-Rule-Definition, Grouped, code 1094, section 5b.3.3          */
    53445345        {
     
    53545355        };
    53555356
     5357        /* Change-1.4.0: ADC-Rule-Install (1092) flag M MUST.               */
    53565358        /* ADC-Rule-Install, Grouped, code 1092, section 5b.3.1             */
    53575359        {
     
    53675369        };
    53685370
     5371        /* Change-1.4.0: ADC-Rule-Name (1096) flag M MUST.                  */
    53695372        /* ADC-Rule-Name, OctetString, code 1096, section 5b.3.5            */
    53705373        {
     
    53805383        };
    53815384
     5385        /* Change-1.4.0: ADC-Rule-Remove (1093) flag M MUST.                */
    53825386        /* ADC-Rule-Remove, Grouped, code 1093, section 5b.3.2              */
    53835387        {
     
    53935397        };
    53945398
     5399        /* Change-1.4.0: ADC-Rule-Report (1097) flag M MUST.                */
    53955400        /* ADC-Rule-Report, Grouped, code 1097, section 5b.3.6              */
    53965401        {
     
    89288933        /* Clause 7.3.88 already described SS-Status (1147) as OctetString. */
    89298934        /*                                                                  */
    8930         /* Change since freeDiameter 1.4.0.                                 */
    8931         /* Fix: SS-Status (1477) type changed from Grouped to OctetString.  */
     8935        /* Change-1.4.0: SS-Status (1477) type changed from Grouped to OctetString. */
    89328936        /* SS-Status, OctetString, code 1477, section 7.3.88                */
    89338937        {
     
    90859089        /* Call-Barring-Infor-List (1488) to Call-Barring-Info (1488).      */
    90869090        /*                                                                  */
    9087         /* Change since freeDiameter 1.4.0.                                 */
    9088         /* Fix: Call-Barring-Infor-List (1488) renamed to Call-Barring-Info (1488). */
     9091        /* Change-1.4.0: Call-Barring-Infor-List (1488) renamed to Call-Barring-Info (1488). */
    90899092        /* Call-Barring-Info, Grouped, code 1488, section 7.3.101           */
    90909093        {
     
    92589261        /* incorrectly has a space instead of hyphen in the name.           */
    92599262        /*                                                                  */
    9260         /* Change since freeDiameter 1.4.0.                                 */
    9261         /* Fix: MME-LocationInformation (1600) renamed to MME-Location-Information(1600). */
     9263        /* Change-1.4.0: MME-LocationInformation (1600) renamed to MME-Location-Information(1600). */
    92629264        /* MME-Location-Information, Grouped, code 1600, section 7.3.115    */
    92639265        {
     
    99489950        /* Measurement-Period-LTE (1655) from 1656.                         */
    99499951        /*                                                                  */
    9950         /* Change since freeDiameter 1.4.0.                                 */
    9951         /* Fix: Measurement-Period-LTE (1656) code changed from 1656.       */
     9952        /* Change-1.4.0: Measurement-Period-LTE (1656) code changed from 1656. */
    99529953        /* Measurement-Period-LTE, Enumerated, code 1655, section 7.3.166   */
    99539954        {
     
    99699970        /* Measurement-Period-UMTS (1656) from 1655.                        */
    99709971        /*                                                                  */
    9971         /* Change since freeDiameter 1.4.0.                                 */
    9972         /* Fix: Measurement-Period-UMTS (1656) code changed from 1655.      */
     9972        /* Change-1.4.0: Measurement-Period-UMTS (1656) code changed from 1655. */
    99739973        /* Measurement-Period-UMTS, Enumerated, code 1656, section 7.3.167  */
    99749974        {
     
    1768117681        /* LCS-Requestor-Id (1239) to LCS-Requestor-ID (1239).              */
    1768217682        /*                                                                  */
    17683         /* Change since freeDiameter 1.4.0.                                 */
    17684         /* Fix: LCS-Requestor-Id (1239) renamed to LCS-Requestor-ID (1239). */
     17683        /* Change-1.4.0: LCS-Requestor-Id (1239) renamed to LCS-Requestor-ID (1239). */
    1768517684        /* LCS-Requestor-ID, Grouped, code 1239                             */
    1768617685        {
     
    1769917698        /* LCS-Requestor-Id-String (1240) to LCS-Requestor-ID-String (1240). */
    1770017699        /*                                                                  */
    17701         /* Change since freeDiameter 1.4.0.                                 */
    17702         /* Fix: LCS-Requestor-Id-String (1240) renamed to LCS-Requestor-ID-String (1240). */
     17700        /* Change-1.4.0: LCS-Requestor-Id-String (1240) renamed to LCS-Requestor-ID-String (1240). */
    1770317701        /* LCS-Requestor-ID-String, UTF8String, code 1240                   */
    1770417702        {
     
    1784917847        /* row MBMS-GW-Address (2307) to have a hyphen instead of space.    */
    1785017848        /*                                                                  */
    17851         /* Change since freeDiameter 1.4.0.                                 */
    17852         /* Fix: MBMSGW-Address (2307) renamed to MBMS-GW-Address (2307).    */
     17849        /* Change-1.4.0: MBMSGW-Address (2307) renamed to MBMS-GW-Address (2307). */
    1785317850        /* MBMS-GW-Address, Address, code 2307                              */
    1785417851        {
     
    1889818895        /* PoC-User-Role-info-Units (1254) to PoC-User-Role-Info-Units (1254). */
    1889918896        /*                                                                  */
    18900         /* Change since freeDiameter 1.4.0.                                 */
    18901         /* Fix: PoC-User-Role-info-Units (1254) renamed to PoC-User-Role-Info-Units (1254). */
     18897        /* Change-1.4.0: PoC-User-Role-info-Units (1254) renamed to PoC-User-Role-Info-Units (1254). */
    1890218898        /* PoC-User-Role-Info-Units, Enumerated, code 1254                  */
    1890318899        {
     
    2055220548        /* Status-Code (2702) to Status-AS-Code (2702).                     */
    2055320549        /*                                                                  */
    20554         /* Change since freeDiameter 1.4.0.                                 */
    20555         /* Fix: Status (2702) renamed to Status-AS-Code (2702).             */
     20550        /* Change-1.4.0: Status (2702) renamed to Status-AS-Code (2702).    */
    2055620551        /* Status-AS-Code, Enumerated, code 2702                            */
    2055720552        {
     
    2141421409        };
    2141521410
    21416         /* Change since freeDiameter 1.4.0.                                 */
    21417         /* Fix: Application-Service-Type (2102) type changed from UTF8String to Enumerated. */
     21411        /* Change-1.4.0: Application-Service-Type (2102) type changed from UTF8String to Enumerated. */
    2141821412        /* Application-Service-Type, Enumerated, code 2102, section 8.4     */
    2141921413        {
     
    2143221426        };
    2143321427
    21434         /* Change since freeDiameter 1.4.0.                                 */
    21435         /* Fix: Application–Session–Id (2103) type changed from UTF8String to Unsigned32. */
     21428        /* Change-1.4.0: Application–Session–Id (2103) type changed from UTF8String to Unsigned32. */
    2143621429        /* Application-Session-Id, Unsigned32, code 2103, section 8.4       */
    2143721430        {
     
    2158621579
    2158721580        /*                                                                  */
    21588         /* Change since freeDiameter 1.4.0.                                */
    21589         /* Fix: 3GPP2-BSID (9010) type changed from OctetString to UTF8String. */
     21581        /* Change-1.4.0: 3GPP2-BSID (9010) type changed from OctetString to UTF8String. */
     21582        /* Change-1.4.0: 3GPP2-BSID (9010) flag M MUST.                    */
    2159021583        /* 3GPP2-BSID, UTF8String, code 9010, section 5.6.2.1.1             */
    2159121584        {
Note: See TracChangeset for help on using the changeset viewer.