laforge has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14658 )

Change subject: library/TRXC_Types.ttcn: add FAKE_CI command for C/I simulation
......................................................................

library/TRXC_Types.ttcn: add FAKE_CI command for C/I simulation

Change-Id: Ibbab8df117a97a3dce160c67d1adbc67c31637e2
Depends: (OsmocomBB) I7080effbbc1022d1884c6d6f0cb580eba8e514ff
Related: OS#4006
---
M library/TRXC_Types.ttcn
1 file changed, 9 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/library/TRXC_Types.ttcn b/library/TRXC_Types.ttcn
index a87266e..b67243b 100644
--- a/library/TRXC_Types.ttcn
+++ b/library/TRXC_Types.ttcn
@@ -19,9 +19,9 @@
 type charstring TrxcVerb ("POWERON", "POWEROFF", "CLOCK",
                          "RXTUNE", "TXTUNE", "SETSLOT", "SETTSC", "SETBSIC", 
"SETPOWER",
                          "SETMAXDLY", "SETMAXDLYNB", "SETSLOT", "HANDOVER", 
"NOHANDOVER",
-                         "MEASURE", "FAKE_RSSI", "FAKE_TOA" ) with {
+                         "MEASURE", "FAKE_RSSI", "FAKE_TOA", "FAKE_CI" ) with {
        variant "TEXT_CODING(,convert=upper_case,
-                       
'((POWERON)|(POWEROFF)|(CLOCK)|(RXTUNE)|(TXTUNE)|(SETSLOT)|(SETTSC)|(SETBSIC)|(SETPOWER)|(SETMAXDLY)|(SETMAXDLYNB)|(HANDOVER)|(NOHANDOVER)|(MEASURE)|(FAKE_RSSI)|(FAKE_TOA))'
+                       
'((POWERON)|(POWEROFF)|(CLOCK)|(RXTUNE)|(TXTUNE)|(SETSLOT)|(SETTSC)|(SETBSIC)|(SETPOWER)|(SETMAXDLY)|(SETMAXDLYNB)|(HANDOVER)|(NOHANDOVER)|(MEASURE)|(FAKE_RSSI)|(FAKE_TOA)|(FAKE_CI))'
                        ,case_insensitive)"
 }

@@ -86,5 +86,12 @@
        }
 }

+template (value) TrxcMessage ts_TRXC_FAKE_CI(int16_t ci, int16_t thresh := 0) 
:= {
+       cmd := {
+               verb := "FAKE_CI",
+               params := { int2str(ci), int2str(thresh) }
+       }
+}
+

 } with { encode "TEXT" }

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14658
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: Ibbab8df117a97a3dce160c67d1adbc67c31637e2
Gerrit-Change-Number: 14658
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to