aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/m3ap/M3AP-PDU-Contents.asn
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-27 11:08:37 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-27 11:08:37 +0000
commit9d9be8f76d12f9b1a8ed59d6f88f33e3ac233c61 (patch)
tree3e2a9b27558ba1d5bd348b0cf4bb29ababb475c6 /asn1/m3ap/M3AP-PDU-Contents.asn
parenta72f9abfc0c79a3920316140dc68a40a297da7aa (diff)
From David Wei:
Further additions and fixes to MBMS in M3AP dissector. from me update to 11.1 svn path=/trunk/; revision=42290
Diffstat (limited to 'asn1/m3ap/M3AP-PDU-Contents.asn')
-rw-r--r--asn1/m3ap/M3AP-PDU-Contents.asn8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1/m3ap/M3AP-PDU-Contents.asn b/asn1/m3ap/M3AP-PDU-Contents.asn
index 4e5efa79d9..0b6d08577a 100644
--- a/asn1/m3ap/M3AP-PDU-Contents.asn
+++ b/asn1/m3ap/M3AP-PDU-Contents.asn
@@ -1,7 +1,7 @@
-- M3AP-PDU-Contents.asn
--
--- 3GPP TS 36.444 V11.0.0 (2011-12)
--- http://www.3gpp.org/ftp/Specs/archive/36_series/36.444/36444-b00.zip
+-- 3GPP TS 36.444 V11.1.0 (2012-03)
+-- http://www.3gpp.org/ftp/Specs/archive/36_series/36.444/36444-b10.zip
--
-- 9.3.4 PDU Definitions
--
@@ -85,7 +85,7 @@ FROM M3AP-Containers
id-Time-ofMBMS-DataTransfer,
id-Global-MCE-ID,
id-MCEname,
- maxnoofMBMSServiceAreasPerMCE,
+ maxnoofMBMSServiceAreaIdentitiesPerMCE,
maxnooferrors,
maxNrOfIndividualM3ConnectionsToReset
@@ -374,7 +374,7 @@ M3SetupRequestIEs M3AP-PROTOCOL-IES ::= {
}
-MBMSServiceAreaListItem ::= SEQUENCE (SIZE(1..maxnoofMBMSServiceAreasPerMCE)) OF MBMSServiceArea1
+MBMSServiceAreaListItem ::= SEQUENCE (SIZE(1..maxnoofMBMSServiceAreaIdentitiesPerMCE)) OF MBMSServiceArea1
-- **************************************************************