laforge submitted this change.

View Change


Approvals: laforge: Looks good to me, approved fixeria: Looks good to me, approved Jenkins Builder: Verified
BSSMAP_Templates: Add template to receive ChannelType IE

Change-Id: Ia6f283c17a1687ee65f8997bbeba0b09d1a462cf
---
M library/BSSMAP_Templates.ttcn
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/library/BSSMAP_Templates.ttcn b/library/BSSMAP_Templates.ttcn
index fca051a..f8cb395 100644
--- a/library/BSSMAP_Templates.ttcn
+++ b/library/BSSMAP_Templates.ttcn
@@ -566,6 +566,17 @@
speechId_DataIndicator := Spdi_TCHF_FR
}

+template (present) BSSMAP_IE_ChannelType tr_BSSMAP_IE_ChannelType(template (present) BIT4 speech_data_ind,
+ template (present) OCT1 chan_rate_type,
+ template (present) octetstring speech_id) := {
+ elementIdentifier := '0B'O,
+ lengthIndicator := ?,
+ speechOrDataIndicator := speech_data_ind,
+ spare1_4 := '0000'B,
+ channelRateAndType := chan_rate_type,
+ speechId_DataIndicator := speech_id
+}
+
template (value) BSSMAP_IE_ChannelType ts_BSSMAP_IE_ChannelTypeCTM modifies ts_BSSMAP_IE_ChannelType := {
speechOrDataIndicator := '0100'B /* speech + CTM */
}

To view, visit change 33145. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia6f283c17a1687ee65f8997bbeba0b09d1a462cf
Gerrit-Change-Number: 33145
Gerrit-PatchSet: 5
Gerrit-Owner: jolly <andreas@eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged