aboutsummaryrefslogtreecommitdiffstats
path: root/library/L1CTL_Types.ttcn
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-21 22:00:21 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-22 00:29:00 +0100
commitce6dc4494c3b597ab207b899b4211acde9d0f2f4 (patch)
tree3fc1ee77ba07a0654bdbc2c97eae93312684dca9 /library/L1CTL_Types.ttcn
parentbb6aed387e39949b11506871d6123ce87874c353 (diff)
L1CTL: Add optional link_id argument to t_L1CTL_DATA_IND()
Diffstat (limited to 'library/L1CTL_Types.ttcn')
-rw-r--r--library/L1CTL_Types.ttcn7
1 files changed, 4 insertions, 3 deletions
diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index 00323b46..d49f37d5 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -501,12 +501,13 @@ module L1CTL_Types {
payload := ?
};
- /* for matching against incoming RACH_CONF */
- template L1ctlDlMessage t_L1CTL_DATA_IND(template RslChannelNr chan_nr) := {
+ /* for matching against incoming DATA_IND */
+ template L1ctlDlMessage t_L1CTL_DATA_IND(template RslChannelNr chan_nr,
+ template RslLinkId link_id := ?) := {
header := t_L1ctlHeader(L1CTL_DATA_IND),
dl_info := {
chan_nr := chan_nr,
- link_id := ?,
+ link_id := link_id,
arfcn := ?,
frame_nr := ?,
rx_level := ?,