aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-10-04 19:31:29 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-10-07 13:27:25 +0200
commit596faa40dc730272cdc3878b7ef664b9cb2e8b02 (patch)
tree99d4669623a3530867399996c7a6c1138ba42926 /library
parent6c1b4be6c3c87fb2522f499c6d6c4b5393176b5e (diff)
pcu: Introduce test TC_t3169
Diffstat (limited to 'library')
-rw-r--r--library/RLCMAC_Types.ttcn22
1 files changed, 22 insertions, 0 deletions
diff --git a/library/RLCMAC_Types.ttcn b/library/RLCMAC_Types.ttcn
index ad9d8f4a..359cb743 100644
--- a/library/RLCMAC_Types.ttcn
+++ b/library/RLCMAC_Types.ttcn
@@ -306,6 +306,28 @@ uint3_t usf) := {
usf := usf
}
+ template RlcmacDlBlock tr_RLCMAC_DUMMY_CTRL(template uint3_t usf := ?) := {
+ ctrl := {
+ mac_hdr := {
+ payload_type := (MAC_PT_RLCMAC_NO_OPT, MAC_PT_RLCMAC_OPT),
+ rrbp:= ?,
+ rrbp_valid := ?,
+ usf := usf
+ },
+ opt := *,
+ payload := {
+ msg_type := PACKET_DL_DUMMY_CTRL,
+ u := {
+ dl_dummy := {
+ page_mode := ?,
+ persistence_levels_present := ?,
+ persistence_levels := *
+ }
+ }
+ }
+ }
+ }
+
/* Receive Template for Downlink ACK/NACK */
template RlcmacDlBlock tr_RLCMAC_ACK_NACK(template uint5_t ul_tfi, template GprsTlli tlli := ?) := {
ctrl := {