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/.
lynxis lazus gerrit-no-reply at lists.osmocom.orglynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/21570 )
Change subject: gprs_ns2_sns: fix whitespaces and superflous comment
......................................................................
gprs_ns2_sns: fix whitespaces and superflous comment
Change-Id: Ica0033c88cad71827ad843e92ccd54663426de23
---
M src/gb/gprs_ns2_sns.c
1 file changed, 4 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/70/21570/1
diff --git a/src/gb/gprs_ns2_sns.c b/src/gb/gprs_ns2_sns.c
index edf7da3..d13d920 100644
--- a/src/gb/gprs_ns2_sns.c
+++ b/src/gb/gprs_ns2_sns.c
@@ -719,17 +719,16 @@
{
struct ns2_sns_state *gss = (struct ns2_sns_state *) fi->priv;
/* Transmit SNS-CONFIG */
- /* TODO: ipv6 */
switch (gss->ip) {
case IPv4:
ns2_tx_sns_config(gss->sns_nsvc, true,
- gss->ip4_local, gss->num_ip4_local,
- NULL, 0);
+ gss->ip4_local, gss->num_ip4_local,
+ NULL, 0);
break;
case IPv6:
ns2_tx_sns_config(gss->sns_nsvc, true,
- NULL, 0,
- gss->ip6_local, gss->num_ip6_local);
+ NULL, 0,
+ gss->ip6_local, gss->num_ip6_local);
break;
}
}
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/21570
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ica0033c88cad71827ad843e92ccd54663426de23
Gerrit-Change-Number: 21570
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201207/33d1a080/attachment.htm>