diff options
Diffstat (limited to 'library')
-rw-r--r-- | library/RLCMAC_Templates.ttcn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/RLCMAC_Templates.ttcn b/library/RLCMAC_Templates.ttcn index 675a081..dd1371f 100644 --- a/library/RLCMAC_Templates.ttcn +++ b/library/RLCMAC_Templates.ttcn @@ -497,6 +497,9 @@ module RLCMAC_Templates { } } + /* Either GPRS or EGPRS data block with arbitrary contents */ + template RlcmacDlBlock tr_RLCMAC_DATA := (tr_RLCMAC_DATA_GPRS, tr_RLCMAC_DATA_EGPRS); + template RlcmacDlBlock tr_RLCMAC_DATA_GPRS(template (present) boolean rrbp_valid := ?, template (present) MacRrbp rrbp := ?, template (present) uint3_t usf := ?) := { |