From 4f677be52418ecde7f2a753dc645c46f6649c63b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 9 Aug 2014 19:46:22 +0200 Subject: 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. --- asn1/MAP-SM-DataTypes.asn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3