summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-19 10:51:31 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-19 10:51:31 +0200
commit96e0e3c6f0232ad87af23e1298c5f32fd896676b (patch)
tree1a801846e03327e3128cf2724df3b7026a905221
parent98966df6f3875d21d3b704f9f20ce80c9b34253e (diff)
Revert "oml: Handle another optional IPA extension to the message"
This reverts commit 98966df6f3875d21d3b704f9f20ce80c9b34253e.
-rw-r--r--fakebts/OMLMsg.st5
-rw-r--r--fakebts/Test.st6
2 files changed, 1 insertions, 10 deletions
diff --git a/fakebts/OMLMsg.st b/fakebts/OMLMsg.st
index 8569d85..91f9402 100644
--- a/fakebts/OMLMsg.st
+++ b/fakebts/OMLMsg.st
@@ -1240,7 +1240,7 @@ OMLOpstart subclass: OMLOpstartAck [
OMLDataField subclass: OMLSetBTSAttributes [
| inter_bounds intave con_fail t200 max_timing overload_period
ccch_threshold ccch_ind rach_busy rach_load bts_air ny1 bcch_arfcn
- bsic time ipa_cgi ipa_paging |
+ bsic time ipa_cgi |
<category: 'BTS-OML'>
<comment: 'I construct a GSM 12.21 O&M Data field as of 8.6.1'>
@@ -1333,9 +1333,6 @@ OMLDataField subclass: OMLSetBTSAttributes [
instVarName: #time; parseClass: OMLAttributeData;
yourself);
add: (Osmo.TLVDescription new
- tag: 16r8F; beOptional; instVarName: #ipa_paging;
- parseClass: OMLAttributeData; yourself);
- add: (Osmo.TLVDescription new
tag: 16r99; beOptional; instVarName: #ipa_cgi;
parseClass: OMLAttributeData; yourself);
yourself
diff --git a/fakebts/Test.st b/fakebts/Test.st
index 0d1e1fd..b019bae 100644
--- a/fakebts/Test.st
+++ b/fakebts/Test.st
@@ -224,11 +224,6 @@ RoundTripTestCase subclass: OMLMsgTest [
101 115 115 0 224 4 0 0 255 133 0 129 11 187)
]
- ipaRslConnectDataOther [
- ^ #(16 128 0 14 13 99 111 109 46 105 112 97 99 99
- 101 115 115 0 224 4 0 0 255 133 0 129 15 166)
- ]
-
setChannelAttributesData [
^ #(128 128 0 9 71 3 0 0 0 13 5 64 7)
]
@@ -324,7 +319,6 @@ RoundTripTestCase subclass: OMLMsgTest [
testIpaRslConnect [
self roundtripTestFor: #ipaRslConnectData class: IPAOMLRSLConnect.
- self roundtripTestFor: #ipaRslConnectDataOther class: IPAOMLRSLConnect.
]
testSetChannelAttributes [