gprscdr: update RatingGroupId as unsigned

Changed type for the RatingGroupId fields, from signed32 to unsigned32.
This fixes the problem of getting "-1" values at G_MAXUINT32.

Change-Id: Ia1113901657bedc8d9c231aa1fe38b63170b2257
Reviewed-on: https://code.wireshark.org/review/33338
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Joakim Karlsson 2019-05-24 10:24:03 +02:00 committed by Anders Broman
parent 0e498d4412
commit f1946955ca
2 changed files with 2 additions and 1 deletions

View File

@ -277,6 +277,7 @@ EPCQoSInformation/extendedGBRDL TYPE = FT_UINT32 DISPLAY = BASE_DEC
EPCQoSInformation/extendedAPNAMBRUL TYPE = FT_UINT32 DISPLAY = BASE_DEC
EPCQoSInformation/extendedAPNAMBRDL TYPE = FT_UINT32 DISPLAY = BASE_DEC
CSGId TYPE = FT_UINT32 DISPLAY = BASE_DEC
RatingGroupId TYPE = FT_UINT32 DISPLAY = BASE_DEC
#.END
#

View File

@ -5477,7 +5477,7 @@ proto_register_gprscdr(void)
"T_userLocationInformation_04", HFILL }},
{ &hf_gprscdr_ratingGroup,
{ "ratingGroup", "gprscdr.ratingGroup",
FT_INT32, BASE_DEC, NULL, 0,
FT_UINT32, BASE_DEC, NULL, 0,
"RatingGroupId", HFILL }},
{ &hf_gprscdr_chargingRuleBaseName,
{ "chargingRuleBaseName", "gprscdr.chargingRuleBaseName",