1
0
Fork 0

oml: Re-add the paging IE without the broken and unrelated testcase

The test-case was broken and for a completely different message type.
Just add the attribute right now and wait.
This commit is contained in:
Holger Hans Peter Freyther 2014-04-19 11:10:55 +02:00
parent 04c1437f79
commit b210343bb6
1 changed files with 4 additions and 1 deletions

View File

@ -1249,7 +1249,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 |
bsic time ipa_cgi ipa_paging |
<category: 'BTS-OML'>
<comment: 'I construct a GSM 12.21 O&M Data field as of 8.6.1'>
@ -1341,6 +1341,9 @@ OMLDataField subclass: OMLSetBTSAttributes [
beOptional; beTV; valueSize: 2;
instVarName: #time; parseClass: OMLAttributeData;
yourself);
add: (Osmo.TLVDescription newOMLDescription
tag: 16r8F; beOptional; instVarName: #ipa_paging;
parseClass: OMLAttributeData; yourself);
add: (Osmo.TLVDescription newOMLDescription
tag: 16r99; beOptional; instVarName: #ipa_cgi;
parseClass: OMLAttributeData; yourself);