laforge submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
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(-)
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 change 33975. To unsubscribe, or for help writing mail filters, visit settings.