jolly has uploaded this change for review.

View Change

Fixes for I949f731de794b22292b01d0ddf9a75a9e7e7e71d

Change-Id: I147454b10c8f3127172ae84dd31003a7d299f24c
---
M library/BSSMAP_Templates.ttcn
1 file changed, 16 insertions(+), 7 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/49/33149/1
diff --git a/library/BSSMAP_Templates.ttcn b/library/BSSMAP_Templates.ttcn
index e6165ab..03e2d19 100644
--- a/library/BSSMAP_Templates.ttcn
+++ b/library/BSSMAP_Templates.ttcn
@@ -2525,9 +2525,9 @@

/* 3.2.1.58 */
template (value) PDU_BSSAP
-ts_BSSMAP_UplinkReqAck(template (omit) BIT2 priority,
- template (omit) BSSMAP_IE_EmergencySetIndication ems := omit,
- template (omit) BSSMAP_IE_TalkerIdentity talker_id := omit)
+ts_BSSMAP_UplinkReqAck(template (omit) BIT2 priority := omit,
+ template (omit) BSSMAP_IE_EmergencySetIndication ems := omit,
+ template (omit) BSSMAP_IE_TalkerIdentity talker_id := omit)
modifies ts_BSSAP_BSSMAP := {
pdu := {
bssmap := {
@@ -2541,9 +2541,9 @@
}
}
template (present) PDU_BSSAP
-tr_BSSMAP_UplinkReqAck(template BIT2 priority,
- template BSSMAP_IE_EmergencySetIndication ems := *,
- template BSSMAP_IE_TalkerIdentity talker_id := *)
+tr_BSSMAP_UplinkReqAck(template BIT2 priority := *,
+ template BSSMAP_IE_EmergencySetIndication ems := *,
+ template BSSMAP_IE_TalkerIdentity talker_id := *)
modifies tr_BSSAP_BSSMAP := {
pdu := {
bssmap := {
@@ -2607,7 +2607,7 @@
}
}
template (present) PDU_BSSAP
-tr_BSSMAP_UplinkRelInd(template (present) myBSSMAP_Cause cause, template BIT2 prio)
+tr_BSSMAP_UplinkRelInd(template (present) myBSSMAP_Cause cause, template BIT2 prio := *)
modifies tr_BSSAP_BSSMAP := {
pdu := {
bssmap := {

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I147454b10c8f3127172ae84dd31003a7d299f24c
Gerrit-Change-Number: 33149
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas@eversberg.eu>
Gerrit-MessageType: newchange