aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/gprscdr/GPRSChargingDataTypes.asn
diff options
context:
space:
mode:
authorJoakim Karlsson <oakimk@gmail.com>2019-01-14 13:38:35 +0100
committerAnders Broman <a.broman58@gmail.com>2019-01-14 13:58:00 +0000
commit2fee9c97264815a8bbd29e9dc08dd9f76de76557 (patch)
treebf0cc1e4ae84bdeb481dc49240e19b2728d078ba /epan/dissectors/asn1/gprscdr/GPRSChargingDataTypes.asn
parent34c3d0104f4fbb25e6fff36f568514b3ca8e54bd (diff)
gprscdr: Update to 3GPP TS 32.298 V15.5.1
Change-Id: I753f87080273f6d959cd75f7082c70ce62753498 Reviewed-on: https://code.wireshark.org/review/31537 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1/gprscdr/GPRSChargingDataTypes.asn')
-rw-r--r--epan/dissectors/asn1/gprscdr/GPRSChargingDataTypes.asn24
1 files changed, 18 insertions, 6 deletions
diff --git a/epan/dissectors/asn1/gprscdr/GPRSChargingDataTypes.asn b/epan/dissectors/asn1/gprscdr/GPRSChargingDataTypes.asn
index d4a17ccfe9..fa4e9b6ff5 100644
--- a/epan/dissectors/asn1/gprscdr/GPRSChargingDataTypes.asn
+++ b/epan/dissectors/asn1/gprscdr/GPRSChargingDataTypes.asn
@@ -1,7 +1,7 @@
--
--- 3GPP TS 32.298 v15.4.0 (2018-09-21)
+-- 3GPP TS 32.298 v15.5.1 (2018-12-26)
--
-GPRSChargingDataTypes {itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) charging (5) gprsChargingDataTypes (2) asn1Module (0) version1 (0)}
+GPRSChargingDataTypes {itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) charging (5) gprsChargingDataTypes (2) asn1Module (0) version2 (1)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
@@ -923,7 +923,9 @@ ChangeOfCharCondition ::= SEQUENCE
relatedChangeOfCharCondition [18] RelatedChangeOfCharCondition OPTIONAL,
cPCIoTEPSOptimisationIndicator [19] CPCIoTEPSOptimisationIndicator OPTIONAL,
servingPLMNRateControl [20] ServingPLMNRateControl OPTIONAL,
- threeGPPPSDataOffStatus [21] ThreeGPPPSDataOffStatus OPTIONAL
+ threeGPPPSDataOffStatus [21] ThreeGPPPSDataOffStatus OPTIONAL,
+ listOfPresenceReportingAreaInformation [22] SEQUENCE OF PresenceReportingAreaInfo OPTIONAL
+
}
ChangeOfMBMSCondition ::= SEQUENCE
@@ -981,7 +983,9 @@ ChangeOfServiceCondition ::= SEQUENCE
threeGPPPSDataOffStatus [37] ThreeGPPPSDataOffStatus OPTIONAL,
trafficSteeringPolicyIDDownlink [38] TrafficSteeringPolicyIDDownlink OPTIONAL,
trafficSteeringPolicyIDUplink [39] TrafficSteeringPolicyIDUplink OPTIONAL,
- tWANUserLocationInformation [40] TWANUserLocationInfo OPTIONAL
+ tWANUserLocationInformation [40] TWANUserLocationInfo OPTIONAL,
+ listOfPresenceReportingAreaInformation [41] SEQUENCE OF PresenceReportingAreaInfo OPTIONAL
+
}
ChangeLocation ::= SEQUENCE
@@ -1208,13 +1212,21 @@ PresenceReportingAreaInfo ::= SEQUENCE
{
presenceReportingAreaIdentifier [0] OCTET STRING,
presenceReportingAreaStatus [1] PresenceReportingAreaStatus OPTIONAL,
- presenceReportingAreaElementsList[2] PresenceReportingAreaElementsList OPTIONAL
+ presenceReportingAreaElementsList[2] PresenceReportingAreaElementsList OPTIONAL,
+ presenceReportingAreaNode [3] PresenceReportingAreaNode OPTIONAL
+}
+PresenceReportingAreaNode ::= ENUMERATED
+{
+ oCS (0),
+ pCRF (1),
+ oCSandPCRF (2)
+
}
PresenceReportingAreaStatus ::= ENUMERATED
{
insideArea (0),
- outsideArea (1) ,
+ outsideArea (1),
inactive (2)
}