fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29624 )
Change subject: library: add send template for PACKET_UL_DUMMY_CTRL ......................................................................
library: add send template for PACKET_UL_DUMMY_CTRL
Change-Id: I2e1a0a0523d3e6f7ba8a270ff21fbe17a90a61d0 --- M library/RLCMAC_Templates.ttcn 1 file changed, 15 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/24/29624/1
diff --git a/library/RLCMAC_Templates.ttcn b/library/RLCMAC_Templates.ttcn index 738ee97..d4204c7 100644 --- a/library/RLCMAC_Templates.ttcn +++ b/library/RLCMAC_Templates.ttcn @@ -788,6 +788,21 @@ } }
+ template (value) RlcmacUlBlock + ts_RLCMAC_UL_DUMMY_CTRL(template (value) GprsTlli tlli) := { + ctrl := { + mac_hdr := t_RLCMAC_UlMacCtrlH(MAC_PT_RLCMAC_NO_OPT), + payload := { + msg_type := PACKET_UL_DUMMY_CTRL, + u := { + ul_dummy := { + tlli := tlli + } + } + } + } + } + template LlcBlockHdr t_RLCMAC_LLCBLOCK_HDR(uint16_t length_ind, boolean more, boolean e) := { length_ind := length_ind, more := more, /* 1 = new LLC PDU starts */