aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x2ap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-01-03 14:35:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-01-03 14:35:45 +0000
commit41aa70797bdfc679c0df9a14f71b72368d5f66c2 (patch)
tree5595d7e0df1cd16b4aecbd239902099811176983 /asn1/x2ap
parent3523d6c825f4ae33296fe0c97356d7de49992322 (diff)
Fix up compilation errors.
svn path=/trunk/; revision=24003
Diffstat (limited to 'asn1/x2ap')
-rw-r--r--asn1/x2ap/X2AP-IEs.asn4
1 files changed, 3 insertions, 1 deletions
diff --git a/asn1/x2ap/X2AP-IEs.asn b/asn1/x2ap/X2AP-IEs.asn
index 8f7e455fb4..f9998b6a5b 100644
--- a/asn1/x2ap/X2AP-IEs.asn
+++ b/asn1/x2ap/X2AP-IEs.asn
@@ -294,7 +294,9 @@ RRC-Context ::= OCTET STRING
-- S
-SAE-Bearer-BitRate ::= INTEGER (0..210000000000)
+--SAE-Bearer-BitRate ::= INTEGER (0..210000000000)
+-- NOTE THIS needs changes in packet-per.c I think !!!!
+SAE-Bearer-BitRate ::= INTEGER (0..4294967295)
SAE-BearerLevel-QoS-Parameters ::= SEQUENCE {
label INTEGER (1..256),