aboutsummaryrefslogtreecommitdiffstats
path: root/library/BSSMAP_Templates.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'library/BSSMAP_Templates.ttcn')
-rw-r--r--library/BSSMAP_Templates.ttcn19
1 files changed, 19 insertions, 0 deletions
diff --git a/library/BSSMAP_Templates.ttcn b/library/BSSMAP_Templates.ttcn
index adfcc9e2..118168e2 100644
--- a/library/BSSMAP_Templates.ttcn
+++ b/library/BSSMAP_Templates.ttcn
@@ -699,6 +699,25 @@ modifies ts_BSSAP_BSSMAP := {
}
}
+template PDU_BSSAP tr_BSSMAP_HandoverFailure modifies tr_BSSAP_BSSMAP := {
+ pdu := {
+ bssmap := {
+ handoverFailure := {
+ messageType := '16'O,
+ cause := ?,
+ rR_Cause := *,
+ circuitPool := *,
+ circuitPoolList := *,
+ gERANClassmark := *,
+ newBSSToOldBSSInfo := *,
+ interSystemInformation := *,
+ talkerPriority := *,
+ codecList := *
+ }
+ }
+ }
+}
+
template PDU_BSSAP ts_BSSMAP_HandoverRequest(
template BSSMAP_IE_CircuitIdentityCode cic := omit,
template BSSMAP_IE_AoIP_TransportLayerAddress aoip_tla := omit,