summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-09 19:46:22 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-09 19:46:22 +0200
commit4f677be52418ecde7f2a753dc645c46f6649c63b (patch)
tree16317c877fc43a6f5fff99f839eb4f4c34c93363
parentea3662b21ff1d65062f6f7554a15aa91e0f2d2ea (diff)
Add a workaround by introducing extra pseudo bits
The main issue with the stack remains. If min size is 6 but only four bits are defined.. there will be two without an name.
-rw-r--r--asn1/MAP-SM-DataTypes.asn4
1 files changed, 3 insertions, 1 deletions
diff --git a/asn1/MAP-SM-DataTypes.asn b/asn1/MAP-SM-DataTypes.asn
index 8070d35..af07498 100644
--- a/asn1/MAP-SM-DataTypes.asn
+++ b/asn1/MAP-SM-DataTypes.asn
@@ -267,7 +267,9 @@ MW-Status ::= BIT STRING {
sc-AddressNotIncluded (0),
mnrf-Set (1),
mcef-Set (2) ,
- mnrg-Set (3)} (SIZE (6..16))
+ mnrg-Set (3),
+ mwStatusReserved1 (4),
+ mwStatusReserved2 (5)} (SIZE (6..16))
-- exception handling:
-- bits 4 to 15 shall be ignored if received and not understood