fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29626
)
Change subject: pcu: cosmetic: fix coding style in f_ms_rx_pkt_ass_pacch()
......................................................................
pcu: cosmetic: fix coding style in f_ms_rx_pkt_ass_pacch()
Change-Id: I901a540e4461eed6019a8e3288ea0bb1f5c4d57d
---
M pcu/GPRS_Components.ttcn
1 file changed, 6 insertions(+), 6 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn
index 0f16d02..0f805ca 100644
--- a/pcu/GPRS_Components.ttcn
+++ b/pcu/GPRS_Components.ttcn
@@ -533,12 +533,12 @@
arfcn := f_trxnr2arfcn(valueof(nr.trx_nr)),
block_nr := nr.blk_nr));
alt {
- [] as_ms_rx_pkt_ass_pacch(ms, poll_fn, t_pkt_ass, nr, dl_block);
- [ignore_dummy] as_ms_rx_ignore_dummy(ms, nr);
- /* TODO: fail */
- [] BTS.receive {
- setverdict(fail, "Unexpected BTS message");
- f_shutdown(__BFILE__, __LINE__);
+ [] as_ms_rx_pkt_ass_pacch(ms, poll_fn, t_pkt_ass, nr, dl_block);
+ [ignore_dummy] as_ms_rx_ignore_dummy(ms, nr);
+ /* TODO: fail */
+ [] BTS.receive {
+ setverdict(fail, "Unexpected BTS message");
+ f_shutdown(__BFILE__, __LINE__);
}
}
return dl_block;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29626
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I901a540e4461eed6019a8e3288ea0bb1f5c4d57d
Gerrit-Change-Number: 29626
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged