view extensions/dict_dcca_3gpp/CMakeLists.txt @ 1505:b382cbd1a710

Add 3GPP TS 29.217 V15.1.0 (2019-09) Add AVPs: - Aggregated-Congestion-Info, Grouped, code 4000, section 5.3.2 - Aggregated-RUCI-Report, Grouped, code 4001, section 5.3.3 - Congestion-Level-Definition, Grouped, code 4002, section 5.3.4 - Congestion-Level-Range, Unsigned32, code 4003, section 5.3.5 - Congestion-Level-Set-Id, Unsigned32, code 4004, section 5.3.6 - Congestion-Level-Value, Unsigned32, code 4005, section 5.3.7 - Congestion-Location-Id, Grouped, code 4006, section 5.3.8 - Conditional-Restriction, Unsigned32, code 4007, section 5.3.9 - eNodeB-Id, OctetString, code 4008, section 5.3.10 - IMSI-List, OctetString, code 4009, section 5.3.11 - RCAF-Id, DiameterIdentity, code 4010, section 5.3.12 - Reporting-Restriction, Unsigned32, code 4011, section 5.3.13 - RUCI-Action, Unsigned32, code 4012, section 5.3.14 - Extended-eNodeB-Id, OctetString, code 4013, section 5.3.15
author Luke Mewburn <luke@mewburn.net>
date Fri, 03 Apr 2020 17:01:16 +1100
parents 71cc2c59e7dc
children
line wrap: on
line source

# The dict_dcca_3gpp extension
PROJECT("Diameter DCCA (Diameter Credit Control Application) 3GPP dictionary definitions" C)

# Compile as a module
FD_ADD_EXTENSION(dict_dcca_3gpp dict_dcca_3gpp.c add_avps.c)


####
## INSTALL section ##

INSTALL(TARGETS dict_dcca_3gpp
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
	COMPONENT freeDiameter-dictionary-rfc4006-extension-3gpp)
"Welcome to our mercurial repository"