fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41937?usp=email )


Change subject: bts: f_build_meas_res_tmpl(): expect specific L3 INFO
......................................................................

bts: f_build_meas_res_tmpl(): expect specific L3 INFO

Change-Id: I1892d3ae3f72443ded6321487e9b191cd1948aac
Related: OS#6933
---
M bts/BTS_Tests.ttcn
1 file changed, 3 insertions(+), 2 deletions(-)



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

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 27dd83f..efc7127 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -2332,10 +2332,11 @@
                reserved := 0,
                actual_ta := f_tolerance(l1p.ms_actual_ta, 0, 63, 
mp_tolerance_timing_offset_256syms/256)
        };
+       var GsmRrL3Message meas_rep := 
valueof(ts_MEAS_REP(ts_MeasurementResults));
+       var octetstring l3_info := f_pad_oct(enc_GsmRrL3Message(meas_rep), 18, 
'00'O);
        var uint8_t offs := toffs256s_to_rsl(l1p.timing_offset_256syms);
        var template uint8_t t_toffs := f_tolerance(offs, 0, 255, 
mp_tolerance_timing_offset_256syms/256);
-       return tr_RSL_MEAS_RES_OSMO(g_chan_nr, g_pars.rsl_meas_res_nr, ul_meas, 
bs_power, l1_info,
-                                   ?, t_toffs);
+       return tr_RSL_MEAS_RES_OSMO(g_chan_nr, g_pars.rsl_meas_res_nr, ul_meas, 
bs_power, l1_info, l3_info, t_toffs);
 }

 /* build a template for matching measurement results that do not contain any

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41937?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I1892d3ae3f72443ded6321487e9b191cd1948aac
Gerrit-Change-Number: 41937
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>

Reply via email to