aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/sgsn_main.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-11-24 04:33:08 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-11-24 04:33:08 +0100
commit1d047ed24f71df635b973ac6e4541769531f1b8a (patch)
tree3e75b3ba68ae96400b8f27a45b0bee96b6917fb8 /src/gprs/sgsn_main.c
parentb68413b70c10985f12bfd4fbe631bbf5b7b365d1 (diff)
use default point-code as listed on Point_Codes wiki page
see https://osmocom.org/projects/cellular-infrastructure/wiki/Point_Codes Change-Id: Ie11f1dfcdd5889d44fefe6cc10472ef1a794cc64
Diffstat (limited to 'src/gprs/sgsn_main.c')
-rw-r--r--src/gprs/sgsn_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gprs/sgsn_main.c b/src/gprs/sgsn_main.c
index 8cd68ff3a..fe4192bbd 100644
--- a/src/gprs/sgsn_main.c
+++ b/src/gprs/sgsn_main.c
@@ -502,8 +502,9 @@ int main(int argc, char **argv)
}
#if BUILD_IU
+ /* Note that these are mostly defaults and can be overriden from the VTY */
sccp = osmo_sccp_simple_client(tall_bsc_ctx, "OsmoSGSN",
- 2 /* FIXME: configurable */,
+ (23 << 3) + 4,
OSMO_SS7_ASP_PROT_M3UA,
0, NULL,
0, "127.0.0.1");