comparison extensions/dict_dcca_3gpp/add_avps.c @ 1525:3f7100848fb0

Add 3GPP Authorized-Discovery-Range (3708) 3GPP TS 29.344 table 6.3.1-1 missing Authorized-Discovery-Range. Present in 3GPP TS 29.344 clause 6.3.13 and 3GPP TS 29.230 Table 7.1. Fix: Add Authorized-Discovery-Range (3708) Unsigned32.
author Luke Mewburn <luke@mewburn.net>
date Sat, 18 Apr 2020 11:16:12 +1000
parents 195f3fe9b4ed
children dc79c3ae3674
comparison
equal deleted inserted replaced
1524:195f3fe9b4ed 1525:3f7100848fb0
13673 AVP_TYPE_GROUPED /* base type of data */ 13673 AVP_TYPE_GROUPED /* base type of data */
13674 }; 13674 };
13675 CHECK_dict_new(DICT_AVP, &data, NULL, NULL); 13675 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
13676 }; 13676 };
13677 13677
13678 /* Note: 3GPP TS 29.344 table 6.3.1-1 missing Authorized-Discovery-Range. */
13679 /* Present in 3GPP TS 29.344 clause 6.3.13 and 3GPP TS 29.230 Table 7.1. */
13680
13681 /* Fix: Add Authorized-Discovery-Range (3708) Unsigned32. */
13682 /* Authorized-Discovery-Range, Unsigned32, code 3708, section 6.3.13 */
13683 {
13684 struct dict_avp_data data = {
13685 3708, /* Code */
13686 10415, /* Vendor */
13687 "Authorized-Discovery-Range", /* Name */
13688 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
13689 AVP_FLAG_VENDOR, /* Fixed flag values */
13690 AVP_TYPE_UNSIGNED32 /* base type of data */
13691 };
13692 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
13693 };
13694
13678 /*==================================================================*/ 13695 /*==================================================================*/
13679 /* 3GPP TS 29.345 V15.1.0 (2019-09) */ 13696 /* 3GPP TS 29.345 V15.1.0 (2019-09) */
13680 /* Inter-Proximity-services (ProSe) Function signalling aspects; */ 13697 /* Inter-Proximity-services (ProSe) Function signalling aspects; */
13681 /* Stage 3 */ 13698 /* Stage 3 */
13682 /* */ 13699 /* */
"Welcome to our mercurial repository"