Change to FT_UINT64

svn path=/trunk/; revision=26936
This commit is contained in:
Anders Broman 2008-12-08 21:30:06 +00:00
parent 8a6ffb0309
commit bc7cb2706e
2 changed files with 9 additions and 6 deletions

View File

@ -548,4 +548,7 @@ LocationReport N s1ap.proc.imsg id-LocationReport
OverloadStart N s1ap.proc.imsg id-OverloadStart
OverloadStop N s1ap.proc.imsg id-OverloadStop
#.TYPE_ATTR
BitRate TYPE = FT_UINT64 DISPLAY = BASE_DEC STRINGS = NULL
#.END

View File

@ -6473,19 +6473,19 @@ void proto_register_s1ap(void) {
"s1ap.LAC", HFILL }},
{ &hf_s1ap_sAE_Bearer_MaximumBitrateDL,
{ "sAE-Bearer-MaximumBitrateDL", "s1ap.sAE_Bearer_MaximumBitrateDL",
FT_UINT32, BASE_DEC, NULL, 0,
FT_UINT64, BASE_DEC, NULL, 0,
"s1ap.BitRate", HFILL }},
{ &hf_s1ap_sAE_Bearer_MaximumBitrateUL,
{ "sAE-Bearer-MaximumBitrateUL", "s1ap.sAE_Bearer_MaximumBitrateUL",
FT_UINT32, BASE_DEC, NULL, 0,
FT_UINT64, BASE_DEC, NULL, 0,
"s1ap.BitRate", HFILL }},
{ &hf_s1ap_sAE_Bearer_GuaranteedBitrateDL,
{ "sAE-Bearer-GuaranteedBitrateDL", "s1ap.sAE_Bearer_GuaranteedBitrateDL",
FT_UINT32, BASE_DEC, NULL, 0,
FT_UINT64, BASE_DEC, NULL, 0,
"s1ap.BitRate", HFILL }},
{ &hf_s1ap_sAE_Bearer_GuaranteedBitrateUL,
{ "sAE-Bearer-GuaranteedBitrateUL", "s1ap.sAE_Bearer_GuaranteedBitrateUL",
FT_UINT32, BASE_DEC, NULL, 0,
FT_UINT64, BASE_DEC, NULL, 0,
"s1ap.BitRate", HFILL }},
{ &hf_s1ap_mME_Group_ID,
{ "mME-Group-ID", "s1ap.mME_Group_ID",
@ -6653,11 +6653,11 @@ void proto_register_s1ap(void) {
"s1ap.InterfacesToTraceList", HFILL }},
{ &hf_s1ap_uEaggregateMaximumBitRateDL,
{ "uEaggregateMaximumBitRateDL", "s1ap.uEaggregateMaximumBitRateDL",
FT_UINT32, BASE_DEC, NULL, 0,
FT_UINT64, BASE_DEC, NULL, 0,
"s1ap.BitRate", HFILL }},
{ &hf_s1ap_uEaggregateMaximumBitRateUL,
{ "uEaggregateMaximumBitRateUL", "s1ap.uEaggregateMaximumBitRateUL",
FT_UINT32, BASE_DEC, NULL, 0,
FT_UINT64, BASE_DEC, NULL, 0,
"s1ap.BitRate", HFILL }},
{ &hf_s1ap_uE_S1AP_ID_pair,
{ "uE-S1AP-ID-pair", "s1ap.uE_S1AP_ID_pair",