osmo-msc/src/gprs
Neels Hofmeyr f2ba81303e gsup_client: allow passing a unit id to identify with HLR
Before, each GSUP client would contact the HLR with an identical unit id, i.e.
"SGSN-00-00-00-00-00-00", with the result that some messages were sucked off by
the wrong client.

Pass explicit unit name from each gsup client user, so that OsmoMSC is "MSC"
and OsmoSGSN is "SGSN". Hence the HLR can properly route the messages.

Todo: also set some values instead of the zeros.

Unrelated cosmetic change while editing the arguments: gsup_client_create()'s
definition's oap client config arg name mismatched the one used in the
declaration. Use oapc_config in both.

Change-Id: I0a60681ab4a4d73e26fe8f0637447db4b6fe6eb2
2017-07-13 02:17:31 +00:00
..
.gitignore move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
Makefile.am move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
crc24.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gb_proxy.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gb_proxy_main.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gb_proxy_patch.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gb_proxy_peer.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gb_proxy_tlli.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gb_proxy_vty.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_gb_parse.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_gmm.c GPRS/IuPS: remove all 3G authentication dev hacks 2017-07-13 02:17:23 +00:00
gprs_llc.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_llc_parse.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_llc_vty.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_llc_xid.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_sgsn.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_sndcp.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_sndcp_comp.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_sndcp_dcomp.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_sndcp_pcomp.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_sndcp_vty.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_sndcp_xid.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gprs_subscriber.c gsup_client: allow passing a unit id to identify with HLR 2017-07-13 02:17:31 +00:00
gprs_utils.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gtphub.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gtphub_ares.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gtphub_main.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gtphub_sock.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
gtphub_vty.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
osmo_sgsn.cfg move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
sgsn_ares.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
sgsn_auth.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
sgsn_cdr.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
sgsn_ctrl.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
sgsn_libgtp.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
sgsn_main.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
sgsn_vty.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
slhc.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
v42bis.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00