Navigation


Changeset 1550:224cb55be2d7 in freeDiameter


Ignore:
Timestamp:
Jul 7, 2020, 11:50:52 AM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

dict_dcca_3gpp: fix invalid AVP name in comment

A comment had non-ASCII hyphens in 'Application-Session-Id'.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • contrib/debian/changelog

    r1542 r1550  
    5151      - ADC-Rule-Report (1097) flag M MUST.
    5252      - Application-Service-Type (2102) type changed from UTF8String to Enumerated.
    53       - Application–Session–Id (2103) type changed from UTF8String to Unsigned32.
     53      - Application-Session-Id (2103) type changed from UTF8String to Unsigned32.
    5454      - Call-Barring-Infor-List (1488) renamed to Call-Barring-Info (1488).
    5555      - External-Identifier (28) OctetString replaced by External-Identifier (3111) UTF8String.
  • extensions/dict_dcca_3gpp/add_avps.c

    r1536 r1550  
    2128321283        };
    2128421284
    21285         /* Change-1.4.0: Application–Session–Id (2103) type changed from UTF8String to Unsigned32. */
     21285        /* Change-1.4.0: Application-Session-Id (2103) type changed from UTF8String to Unsigned32. */
    2128621286        /* Application-Session-Id, Unsigned32, code 2103, section 8.4       */
    2128721287        {
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv

    r1536 r1550  
    23912391# Change-1.4.0: Application-Service-Type (2102) type changed from UTF8String to Enumerated.,,,,,,,
    23922392Application-Service-Type,2102,8.4,Enumerated,"M,V",,,
    2393 # Change-1.4.0: Application–Session–Id (2103) type changed from UTF8String to Unsigned32.,,,,,,,
     2393# Change-1.4.0: Application-Session-Id (2103) type changed from UTF8String to Unsigned32.,,,,,,,
    23942394Application-Session-Id,2103,8.4,Unsigned32,"M,V",,,
    23952395Content-ID,2116,8.4,UTF8String,"M,V",,,
Note: See TracChangeset for help on using the changeset viewer.