jolly has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33975 )
Change subject: ASCI: Add missing codec list to *_BSSMAP_VGCS_VBS_AssignmentFail
templates
......................................................................
ASCI: Add missing codec list to *_BSSMAP_VGCS_VBS_AssignmentFail templates
Relates: OS#4854
Change-Id: I5f67c676035eaa9d61f7b123995770fd61eadaff
---
M library/BSSMAP_Templates.ttcn
1 file changed, 14 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/75/33975/1
diff --git a/library/BSSMAP_Templates.ttcn b/library/BSSMAP_Templates.ttcn
index 03479c1..a93fb02 100644
--- a/library/BSSMAP_Templates.ttcn
+++ b/library/BSSMAP_Templates.ttcn
@@ -2422,7 +2422,8 @@
cause := ts_BSSMAP_IE_Cause(cause),
/* we only implement AoIP for now... */
circuitPool := omit,
- circuitPoolList := omit
+ circuitPoolList := omit,
+ codecList := omit
}
}
}
@@ -2437,7 +2438,8 @@
cause := tr_BSSMAP_IE_Cause(cause),
/* we only implement AoIP for now... */
circuitPool := omit,
- circuitPoolList := omit
+ circuitPoolList := omit,
+ codecList := omit
}
}
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33975
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5f67c676035eaa9d61f7b123995770fd61eadaff
Gerrit-Change-Number: 33975
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-MessageType: newchange