fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29625 )


Change subject: pcu: cosmetic: fix coding style in f_tx_data_ind_fn()
......................................................................

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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/25/29625/1

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 https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29625
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: Ib7ffed5573281b343c7691ff218458a0641ee8b0
Gerrit-Change-Number: 29625
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to