use default point-code as listed on Point_Codes wiki page

see https://osmocom.org/projects/cellular-infrastructure/wiki/Point_Codes

Change-Id: Ie11f1dfcdd5889d44fefe6cc10472ef1a794cc64
This commit is contained in:
Neels Hofmeyr 2017-11-24 04:33:08 +01:00
parent b68413b70c
commit 1d047ed24f
1 changed files with 2 additions and 1 deletions

View File

@ -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");