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/+/19796 )
Change subject: mncc_builtin: cosmetic: fix coding style in int_mncc_recv()
......................................................................
mncc_builtin: cosmetic: fix coding style in int_mncc_recv()
Change-Id: Iffef3c094a5d030663d312a379e846a8eb917942
---
M src/libmsc/mncc_builtin.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/96/19796/1
diff --git a/src/libmsc/mncc_builtin.c b/src/libmsc/mncc_builtin.c
index da096c6..286fb56 100644
--- a/src/libmsc/mncc_builtin.c
+++ b/src/libmsc/mncc_builtin.c
@@ -303,7 +303,7 @@
DEBUGP(DMNCC, "(call %x) Received message %s\n", call->callref,
get_mncc_name(msg_type));
- switch(msg_type) {
+ switch (msg_type) {
case MNCC_SETUP_IND:
rc = mncc_setup_ind(call, arg);
break;
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/19796
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Iffef3c094a5d030663d312a379e846a8eb917942
Gerrit-Change-Number: 19796
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200822/56c722f0/attachment.htm>