blob: a0a1d970dc9e2bcebc380d78f2a4638dc6f1a1bb [file] [log] [blame]
Oliver Smithcfb63212019-09-05 17:13:33 +02001--- test_enc_zero_len ---
2Application Information Request with zero length received!
3
4--- test_enc ---
5exp: 03 fc 03 fc 00 00 00 00 00 00 00 00 00 00 00 00
6msg: 03 fc 03 fc 00 00 00 00 00 00 00 00 00 00 00 00
7
8--- test_pcu_rx_no_subscr_with_active_tbf ---
9Application Information Request received: type=0x00000000 len=0
10Packet Application Information will not be sent, no subscribers with active TBF
11
12--- prepare_bts_with_two_dl_tbf_subscr ---
Pau Espin Pedrol304b10a2021-11-09 12:22:48 +010013PDCH(bts=0,trx=0,ts=4) PDCH state: disabled => enabled
14PDCH(bts=0,trx=0,ts=5) PDCH state: disabled => enabled
15PDCH(bts=0,trx=0,ts=6) PDCH state: disabled => enabled
16PDCH(bts=0,trx=0,ts=7) PDCH state: disabled => enabled
Pau Espin Pedrolf80cc5b2023-04-17 14:25:51 +020017Creating MS object
Vadim Yanitskiycb988942020-11-08 13:27:35 +070018Modifying MS object, TLLI = 0xffffffff, MS class 0 -> 10
19Modifying MS object, TLLI = 0xffffffff, EGPRS MS class 0 -> 11
Pau Espin Pedrol94f82582022-11-03 14:16:17 +010020MS(TA-220:MSCLS-10-11) Enabled EGPRS, mode EGPRS
Oliver Smithcfb63212019-09-05 17:13:33 +020021[DL] algo B <multi> (suggested TRX: 0): using 4 slots
Pau Espin Pedrol57843c52022-11-03 13:35:19 +010022PDCH(bts=0,trx=0,ts=4) Attaching TBF(DL:TFI-0-0-0:STATE-NEW:EGPRS), 1 TBFs, USFs = 00, TFIs = 00000001.
23PDCH(bts=0,trx=0,ts=5) Attaching TBF(DL:TFI-0-0-0:STATE-NEW:EGPRS), 1 TBFs, USFs = 00, TFIs = 00000001.
24PDCH(bts=0,trx=0,ts=6) Attaching TBF(DL:TFI-0-0-0:STATE-NEW:EGPRS), 1 TBFs, USFs = 00, TFIs = 00000001.
25PDCH(bts=0,trx=0,ts=7) Attaching TBF(DL:TFI-0-0-0:STATE-NEW:EGPRS), 1 TBFs, USFs = 00, TFIs = 00000001.
Pau Espin Pedrol94f82582022-11-03 14:16:17 +010026MS(TA-220:MSCLS-10-11) Attaching DL TBF: TBF(DL:TFI-0-0-0:STATE-NEW:EGPRS)
Pau Espin Pedrolac4d4a62023-04-18 19:02:55 +020027MS(TA-220:MSCLS-10-11:DL): + tbf: now used by 1 (tbf)
Pau Espin Pedrol8072e352020-10-30 18:18:06 +010028ws(64)
Pau Espin Pedrolf80cc5b2023-04-17 14:25:51 +020029Creating MS object
Vadim Yanitskiycb988942020-11-08 13:27:35 +070030Modifying MS object, TLLI = 0xffffffff, MS class 0 -> 12
31Modifying MS object, TLLI = 0xffffffff, EGPRS MS class 0 -> 13
Pau Espin Pedrol94f82582022-11-03 14:16:17 +010032MS(TA-220:MSCLS-12-13) Enabled EGPRS, mode EGPRS
Oliver Smithcfb63212019-09-05 17:13:33 +020033[DL] algo B <multi> (suggested TRX: 0): using 3 slots
Pau Espin Pedrol57843c52022-11-03 13:35:19 +010034PDCH(bts=0,trx=0,ts=4) Attaching TBF(DL:TFI-0-0-1:STATE-NEW:EGPRS), 2 TBFs, USFs = 00, TFIs = 00000003.
35PDCH(bts=0,trx=0,ts=5) Attaching TBF(DL:TFI-0-0-1:STATE-NEW:EGPRS), 2 TBFs, USFs = 00, TFIs = 00000003.
36PDCH(bts=0,trx=0,ts=6) Attaching TBF(DL:TFI-0-0-1:STATE-NEW:EGPRS), 2 TBFs, USFs = 00, TFIs = 00000003.
Pau Espin Pedrol94f82582022-11-03 14:16:17 +010037MS(TA-220:MSCLS-12-13) Attaching DL TBF: TBF(DL:TFI-0-0-1:STATE-NEW:EGPRS)
Pau Espin Pedrolac4d4a62023-04-18 19:02:55 +020038MS(TA-220:MSCLS-12-13:DL): + tbf: now used by 1 (tbf)
Pau Espin Pedrol8072e352020-10-30 18:18:06 +010039ws(64)
Oliver Smithcfb63212019-09-05 17:13:33 +020040
41--- test_sched_app_info_ok ---
42Application Information Request received: type=0x00000000 len=15
43Sending Packet Application Information to 2 subscribers with active TBF
44Sending Packet Application Information message
45Sending Packet Application Information message
46Packet Application Information successfully sent to all MS with active TBF
47
48--- test_sched_app_info_missing_app_info_in_bts ---
49Application Information Request received: type=0x00000000 len=15
50Sending Packet Application Information to 2 subscribers with active TBF
51MS has app_info_pending flag set, but no Packet Application Information message stored in BTS!
52
53--- test_pcu_rx_overwrite_app_info ---
54Application Information Request received: type=0x00000000 len=15
55Sending Packet Application Information to 2 subscribers with active TBF
56Application Information Request received: type=0x00000000 len=15
57Previous Packet Application Information was not sent to all subscribers, overwriting with new one
58Sending Packet Application Information to 2 subscribers with active TBF
59
60--- cleanup ---
Pau Espin Pedrol57843c52022-11-03 13:35:19 +010061PDCH(bts=0,trx=0,ts=4) Detaching TBF(DL:TFI-0-0-0:STATE-NEW:EGPRS), 2 TBFs, USFs = 00, TFIs = 00000003.
62PDCH(bts=0,trx=0,ts=5) Detaching TBF(DL:TFI-0-0-0:STATE-NEW:EGPRS), 2 TBFs, USFs = 00, TFIs = 00000003.
63PDCH(bts=0,trx=0,ts=6) Detaching TBF(DL:TFI-0-0-0:STATE-NEW:EGPRS), 2 TBFs, USFs = 00, TFIs = 00000003.
64PDCH(bts=0,trx=0,ts=7) Detaching TBF(DL:TFI-0-0-0:STATE-NEW:EGPRS), 1 TBFs, USFs = 00, TFIs = 00000001.
Pau Espin Pedroldf6684f2023-04-18 17:50:34 +020065MS(TA-220:MSCLS-10-11:DL) Detaching TBF: TBF(DL:TFI-0-0-0:STATE-NEW:EGPRS)
Pau Espin Pedrolac4d4a62023-04-18 19:02:55 +020066MS(TA-220:MSCLS-10-11): - tbf: now used by 0 (-)
Pau Espin Pedrol14379ef2023-04-17 20:43:26 +020067MS(TA-220:MSCLS-10-11) Destroying MS object
Pau Espin Pedrol57843c52022-11-03 13:35:19 +010068PDCH(bts=0,trx=0,ts=4) Detaching TBF(DL:TFI-0-0-1:STATE-NEW:EGPRS), 1 TBFs, USFs = 00, TFIs = 00000002.
69PDCH(bts=0,trx=0,ts=5) Detaching TBF(DL:TFI-0-0-1:STATE-NEW:EGPRS), 1 TBFs, USFs = 00, TFIs = 00000002.
70PDCH(bts=0,trx=0,ts=6) Detaching TBF(DL:TFI-0-0-1:STATE-NEW:EGPRS), 1 TBFs, USFs = 00, TFIs = 00000002.
Pau Espin Pedroldf6684f2023-04-18 17:50:34 +020071MS(TA-220:MSCLS-12-13:DL) Detaching TBF: TBF(DL:TFI-0-0-1:STATE-NEW:EGPRS)
Pau Espin Pedrolac4d4a62023-04-18 19:02:55 +020072MS(TA-220:MSCLS-12-13): - tbf: now used by 0 (-)
Pau Espin Pedrol94f82582022-11-03 14:16:17 +010073MS(TA-220:MSCLS-12-13) Destroying MS object