Review at https://gerrit.osmocom.org/6179
RSL_Types: Make tr_RSL_MsgTypeDR match non-transparent RLL
There are quite a number of non-transparent RLL messages, such as
RLL_RELEASE_REQ. Make sure we match those as intended.
Change-Id: I30260a57fc01613450e6ac66e0af97c29041b4fa
---
M library/RSL_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/79/6179/1
diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index f42b7fd..b3d758b 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -711,7 +711,7 @@
/* dedicated channel or RLL */
template RSL_Message tr_RSL_MsgTypeDR(template RSL_MessageType msg_type)
modifies tr_RSL_MsgType := {
- msg_disc := ({RSL_MDISC_DCHAN,?}, {RSL_MDISC_RLL,true},
{RSL_MDISC_IPACCESS,false})
+ msg_disc := ({RSL_MDISC_DCHAN,?}, {RSL_MDISC_RLL,?},
{RSL_MDISC_IPACCESS,false})
}
--
To view, visit https://gerrit.osmocom.org/6179
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I30260a57fc01613450e6ac66e0af97c29041b4fa
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>