aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/BSSMAP_Templates.ttcn4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/BSSMAP_Templates.ttcn b/library/BSSMAP_Templates.ttcn
index 87099b61..633b060e 100644
--- a/library/BSSMAP_Templates.ttcn
+++ b/library/BSSMAP_Templates.ttcn
@@ -973,7 +973,8 @@ template PDU_BSSAP tr_BSSMAP_HandoverFailure modifies tr_BSSAP_BSSMAP := {
template PDU_BSSAP tr_BSSMAP_HandoverRequest(template BSSMAP_IE_EncryptionInformation encryptionInformation := *,
template BSSMAP_IE_ChosenEncryptionAlgorithm chosenEncryptionAlgorithm := *,
- template BSSMAP_IE_KC128 kC128 := *
+ template BSSMAP_IE_KC128 kC128 := *,
+ template BSSMAP_IE_SpeechCodecList codecList := *
)
modifies tr_BSSAP_BSSMAP := {
pdu := {
@@ -982,6 +983,7 @@ template PDU_BSSAP tr_BSSMAP_HandoverRequest(template BSSMAP_IE_EncryptionInform
messageType := '10'O,
encryptionInformation := encryptionInformation,
chosenEncryptionAlgorithm := chosenEncryptionAlgorithm,
+ codecList := codecList,
kC128 := kC128
}
}