DIAMETER_Templates: Fix 3GPP Spec number

It's 3GPP TS 29.272, not 29.262.

Change-Id: I33d437593a13a92151e33e86534e2189b541b5ea
This commit is contained in:
Harald Welte 2023-01-27 17:26:39 +01:00
parent 871f45a54e
commit fcaaca2775
1 changed files with 22 additions and 22 deletions

View File

@ -563,7 +563,7 @@ template (present) GenericAVP tr_AVP_UserNameImsi(hexstring imsi) := tr_AVP_User
/* TS 29.262 7.3.53 RAND */
/* TS 29.272 7.3.53 RAND */
template (value) GenericAVP ts_AVP_RAND(template (value) octetstring rand) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_RAND),
@ -573,7 +573,7 @@ template (value) GenericAVP ts_AVP_RAND(template (value) octetstring rand) := {
}
}
/* TS 29.262 7.3.54 XRES */
/* TS 29.272 7.3.54 XRES */
template (value) GenericAVP ts_AVP_XRES(template (value) octetstring xres) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_XRES),
@ -583,7 +583,7 @@ template (value) GenericAVP ts_AVP_XRES(template (value) octetstring xres) := {
}
}
/* TS 29.262 7.3.55 XRES */
/* TS 29.272 7.3.55 XRES */
template (value) GenericAVP ts_AVP_AUTN(template (value) octetstring autn) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_AUTN),
@ -593,7 +593,7 @@ template (value) GenericAVP ts_AVP_AUTN(template (value) octetstring autn) := {
}
}
/* TS 29.262 7.3.56 KASME */
/* TS 29.272 7.3.56 KASME */
template (value) GenericAVP ts_AVP_KASME(template (value) octetstring kasme) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_KASME),
@ -603,7 +603,7 @@ template (value) GenericAVP ts_AVP_KASME(template (value) octetstring kasme) :=
}
}
/* TS 29.262 7.3.23 Item-Number */
/* TS 29.272 7.3.23 Item-Number */
template (value) GenericAVP ts_AVP_ItemNumber(uint32_t num) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_KASME),
@ -613,7 +613,7 @@ template (value) GenericAVP ts_AVP_ItemNumber(uint32_t num) := {
}
}
/* TS 29.262 7.3.18 E-UTRAN Vector */
/* TS 29.272 7.3.18 E-UTRAN Vector */
template (value) GenericAVP ts_AVP_EutranVec(uint32_t item_num, octetstring rand, octetstring xres,
octetstring autn, octetstring kasme) := {
avp := {
@ -630,7 +630,7 @@ template (value) GenericAVP ts_AVP_EutranVec(uint32_t item_num, octetstring rand
}
}
/* TS 29.262 7.3.2 Subscription-Data */
/* TS 29.272 7.3.2 Subscription-Data */
template (value) GenericAVP ts_AVP_3GPP_SubscriptionData(template (value) AVP_list content) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_Subscription_Data),
@ -650,7 +650,7 @@ tr_AVP_3GPP_SubscriptionData(template (present) AVP_list content := ?) := {
}
/* TS 29.262 7.3.17 Authentication-Info */
/* TS 29.272 7.3.17 Authentication-Info */
template (value) GenericAVP ts_AVP_3GPP_AuthInfo(template (value) AVP_list content) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_Authentication_Info),
@ -669,7 +669,7 @@ tr_AVP_3GPP_AuthInfo(template (present) AVP_list content := ?) := {
}
}
/* TS 29.262 7.3.9 Visited-PLMN-Id */
/* TS 29.272 7.3.9 Visited-PLMN-Id */
template (value) GenericAVP ts_AVP_3GPP_VisitedPlmnId(template (value) octetstring id) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_Visited_PLMN_Id),
@ -687,7 +687,7 @@ template (present) GenericAVP tr_AVP_3GPP_VisitedPlmnId(template (present) octet
}
}
/* TS 29.262 7.3.13 RAT-Type */
/* TS 29.272 7.3.13 RAT-Type */
template (value) GenericAVP ts_AVP_PCC_3GPP_RatType(template (value) PCC_3GPP_RAT_Type rat_type) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_PCC_3GPP_RAT_Type),
@ -714,7 +714,7 @@ template (present) GenericAVP tr_AVP_GI_3GPP_RatType(template (present) GI_3GPP_
}
}
/* TS 29.262 7.3.7 ULR-Flags */
/* TS 29.272 7.3.7 ULR-Flags */
template (value) GenericAVP ts_AVP_3GPP_UlrFlags(template (value) UINT32 flags) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_ULR_Flags),
@ -732,7 +732,7 @@ template (present) GenericAVP tr_AVP_3GPP_UlrFlags(template (present) UINT32 fla
}
}
/* TS 29.262 7.3.8 ULA-Flags */
/* TS 29.272 7.3.8 ULA-Flags */
template (value) GenericAVP ts_AVP_3GPP_UlaFlags(template (value) UINT32 flags) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_ULA_Flags),
@ -785,7 +785,7 @@ template (value) GenericAVP ts_AVP_RequestedEutranAuthInfo(template (value) UINT
}
/* TS 29.262 7.3.27 Context-Identifier */
/* TS 29.272 7.3.27 Context-Identifier */
template (value) GenericAVP ts_AVP_3GPP_ContextId(uint32_t ctx) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_Context_Identifier),
@ -795,7 +795,7 @@ template (value) GenericAVP ts_AVP_3GPP_ContextId(uint32_t ctx) := {
}
}
/* Ts 29.262 7.3.29 Subscriber-Status */
/* Ts 29.272 7.3.29 Subscriber-Status */
template (value) GenericAVP ts_AVP_3GPP_SubscriberStatus(template (value) AAA_3GPP_Subscriber_Status sts) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_Subscriber_Status),
@ -814,7 +814,7 @@ template (value) GenericAVP ts_AVP_3GPP_SubscrRauTauTmr(uint32_t tmr) := {
}
}
/* TS 29.262 7.3.33 All-APN-Configurations-Included-Indicator */
/* TS 29.272 7.3.33 All-APN-Configurations-Included-Indicator */
template (value) GenericAVP ts_AVP_3GPP_AllApnConfigsIncl(template (value) AAA_3GPP_All_APN_Configurations_Included_Indicator ind := All_APN_CONFIGURATIONS_INCLUDED) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_All_APN_Configurations_Included_Indicator),
@ -824,7 +824,7 @@ template (value) GenericAVP ts_AVP_3GPP_AllApnConfigsIncl(template (value) AAA_3
}
}
/* TS 29.262 7.3.34 APN-Configuration-Profile */
/* TS 29.272 7.3.34 APN-Configuration-Profile */
template (value) GenericAVP ts_AVP_3GPP_ApnConfigProfile(template (value) AVP_list content) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_APN_Configuration_Profile),
@ -834,7 +834,7 @@ template (value) GenericAVP ts_AVP_3GPP_ApnConfigProfile(template (value) AVP_li
}
}
/* TS 29.262 7.3.35 APN-Configuration */
/* TS 29.272 7.3.35 APN-Configuration */
template (value) GenericAVP ts_AVP_3GPP_ApnConfig(uint32_t ctx, AAA_3GPP_PDN_Type pdn_type,
charstring apn) := {
avp := {
@ -850,7 +850,7 @@ template (value) GenericAVP ts_AVP_3GPP_ApnConfig(uint32_t ctx, AAA_3GPP_PDN_Typ
}
}
/* TS 29.262 7.3.36 Service-Selection (refers to RFC 5778) */
/* TS 29.272 7.3.36 Service-Selection (refers to RFC 5778) */
template (value) GenericAVP ts_AVP_ServiceSelection(charstring apn) := {
avp := {
avp_header := ts_DIA_Hdr(c_AVP_Code_MIPv6_NONE_Service_Selection),
@ -949,7 +949,7 @@ template (value) GenericAVP ts_AVP_3GPP_EpsSubscrQosProfile(uint32_t qos_class,
}
/* TS 29.262 7.3.41 AMBR */
/* TS 29.272 7.3.41 AMBR */
template (value) GenericAVP ts_AVP_3GPP_AMBR(uint32_t ul, uint32_t dl) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_AMBR),
@ -1142,7 +1142,7 @@ template (present) GenericAVP tr_AVP_UserEquipmentInfoValue(template (present) D
}
}
/* TS 29.262 7.3.62 PDN-Type */
/* TS 29.272 7.3.62 PDN-Type */
template (value) GenericAVP ts_AVP_3GPP_PdnType(template (value) AAA_3GPP_PDN_Type pdn_type) := {
avp := {
avp_header := ts_DIA_Hdr_3GPP(c_AVP_Code_AAA_3GPP_PDN_Type),
@ -1348,7 +1348,7 @@ tr_DIA_AIR(/* template (present) */ hexstring imsi,
tr_AVP_3GPP_VisitedPlmnId
));
/* TS 29.262 5.2.3.1 + 7.2.6 Authentication Information Answer */
/* TS 29.272 5.2.3.1 + 7.2.6 Authentication Information Answer */
template (value) PDU_DIAMETER
ts_DIA_AIA(template (value) AVP_list auth_info_contents,
template (value) octetstring sess_id := c_def_sess_id,
@ -1391,7 +1391,7 @@ tr_DIA_AIA(template (present) AVP_list auth_info_contents := ?,
));
/* TS 29.262 7.2.3 Update Location Request */
/* TS 29.272 7.2.3 Update Location Request */
template (value) PDU_DIAMETER
ts_DIA_ULR(/* template (value) */ hexstring imsi,
template (value) octetstring sess_id := c_def_sess_id,