This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/14449
Change subject: libmsc/mncc_builtin.c: drop dummy switch in int_mncc_recv()
......................................................................
libmsc/mncc_builtin.c: drop dummy switch in int_mncc_recv()
Change-Id: I24153919596d58b495f9c9057dfc230e1501b95f
---
M src/libmsc/mncc_builtin.c
1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/49/14449/1
diff --git a/src/libmsc/mncc_builtin.c b/src/libmsc/mncc_builtin.c
index 5754976..da096c6 100644
--- a/src/libmsc/mncc_builtin.c
+++ b/src/libmsc/mncc_builtin.c
@@ -263,10 +263,6 @@
struct gsm_call *call = NULL, *callt;
int rc = 0;
- /* Special messages */
- switch(msg_type) {
- }
-
/* find callref */
callref = data->callref;
llist_for_each_entry(callt, &call_list, entry) {
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/14449
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I24153919596d58b495f9c9057dfc230e1501b95f
Gerrit-Change-Number: 14449
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190614/3266e19b/attachment.htm>