fixeria submitted this change.

View Change

Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
pcu: cosmetic: fix coding style in f_tx_data_ind_fn()

Change-Id: Ib7ffed5573281b343c7691ff218458a0641ee8b0
---
M pcu/PCUIF_Components.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pcu/PCUIF_Components.ttcn b/pcu/PCUIF_Components.ttcn
index 030da05..375af8e 100644
--- a/pcu/PCUIF_Components.ttcn
+++ b/pcu/PCUIF_Components.ttcn
@@ -403,8 +403,8 @@
pcu_msg.u.data_ind.block_nr := fn2macblock(fn);
//log(prefix, "DATA.ind");
} else if (has_msg and pcu_msg.u.data_ind.fn < fn) {
- setverdict(fail, "We are late scheduling the block! ", pcu_msg.u.data_ind.fn, " < ", fn);
- mtc.stop;
+ setverdict(fail, "We are late scheduling the block! ", pcu_msg.u.data_ind.fn, " < ", fn);
+ mtc.stop;
} else {
/* NOPE.ind: */
pcu_msg := valueof(ts_PCUIF_DATA_IND(bts_nr, trx_nr, ts_nr, 0 /* FIXME */,

To view, visit change 29625. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ib7ffed5573281b343c7691ff218458a0641ee8b0
Gerrit-Change-Number: 29625
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged