[PATCH] openbsc[vlr_3G]: Implement IuCS (large refactoring and addition)

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/.

daniel gerrit-no-reply at lists.osmocom.org
Mon May 8 12:39:24 UTC 2017


Review at  https://gerrit.osmocom.org/2533

Implement IuCS (large refactoring and addition)

osmo-nitb becomes osmo-msc
add DIUCS debug log constant
add iucs.[hc]
add msc vty, remove nitb vty
add libiudummy, to avoid linking Iu deps in tests
Use new msc_tx_dtap() instead of gsm0808_submit_dtap()
libmgcp: add mgcpgw client API
bridge calls via mgcpgw

mgcp: hack RAB success from nano3G: patch first RTP payload
The ip.access nano3G needs the first RTP payload's first two bytes to read hex
'e400', or it will reject the RAB assignment. Add flag
patched_first_rtp_payload to mgcp_rtp_state to detect the first RTP payload on
a stream, and overwrite its first bytes with e400. This should probably be
configurable, but seems to not harm other femto cells (as long as we patch only
the first RTP payload in each stream). Only do this when sending to the BTS
side.

Change-Id: Ie13ff348117e892d41b8355ab6c24915301eaeaf
---
M openbsc/.gitignore
M openbsc/configure.ac
M openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg
A openbsc/doc/examples/osmo-msc/osmo-msc.cfg
D openbsc/doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg
D openbsc/doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx.cfg
D openbsc/doc/examples/osmo-nitb/bs11/openbsc-2bts-2trx.cfg
D openbsc/doc/examples/osmo-nitb/bs11/openbsc.cfg
D openbsc/doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg
D openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg
D openbsc/doc/examples/osmo-nitb/nokia/openbsc_nokia_3trx.cfg
D openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg
D openbsc/doc/examples/osmo-nitb/sysmobts/openbsc.cfg
M openbsc/include/openbsc/Makefile.am
A openbsc/include/openbsc/common.h
M openbsc/include/openbsc/debug.h
M openbsc/include/openbsc/gprs_gmm.h
M openbsc/include/openbsc/gsm_data.h
M openbsc/include/openbsc/gsm_subscriber.h
M openbsc/include/openbsc/iu.h
A openbsc/include/openbsc/iucs.h
A openbsc/include/openbsc/iucs_ranap.h
M openbsc/include/openbsc/mgcp.h
M openbsc/include/openbsc/mgcp_internal.h
A openbsc/include/openbsc/mgcpgw_client.h
M openbsc/include/openbsc/msc_ifaces.h
M openbsc/include/openbsc/osmo_msc.h
M openbsc/include/openbsc/sgsn.h
M openbsc/include/openbsc/transaction.h
M openbsc/include/openbsc/vlr.h
M openbsc/include/openbsc/vty.h
M openbsc/osmoappdesc.py
M openbsc/src/Makefile.am
M openbsc/src/gprs/gprs_gmm.c
M openbsc/src/gprs/gprs_sgsn.c
M openbsc/src/gprs/sgsn_libgtp.c
M openbsc/src/gprs/sgsn_main.c
M openbsc/src/gprs/sgsn_vty.c
M openbsc/src/libbsc/bsc_init.c
M openbsc/src/libbsc/bsc_vty.c
M openbsc/src/libbsc/gsm_04_08_utils.c
M openbsc/src/libbsc/paging.c
M openbsc/src/libcommon-cs/common_cs_vty.c
M openbsc/src/libcommon/debug.c
M openbsc/src/libcommon/gsm_data.c
M openbsc/src/libiu/iu.c
M openbsc/src/libiu/iu_vty.c
M openbsc/src/libmgcp/Makefile.am
A openbsc/src/libmgcp/mgcp_common.c
M openbsc/src/libmgcp/mgcp_network.c
M openbsc/src/libmgcp/mgcp_protocol.c
A openbsc/src/libmgcp/mgcpgw_client.c
A openbsc/src/libmgcp/mgcpgw_client_vty.c
M openbsc/src/libmsc/Makefile.am
M openbsc/src/libmsc/a_iface.c
M openbsc/src/libmsc/gsm_04_08.c
M openbsc/src/libmsc/gsm_04_11.c
M openbsc/src/libmsc/gsm_04_80.c
M openbsc/src/libmsc/gsm_subscriber.c
A openbsc/src/libmsc/iucs.c
A openbsc/src/libmsc/iucs_ranap.c
M openbsc/src/libmsc/msc_ifaces.c
A openbsc/src/libmsc/msc_vty.c
M openbsc/src/libmsc/osmo_msc.c
M openbsc/src/libmsc/silent_call.c
M openbsc/src/libmsc/subscr_conn.c
M openbsc/src/libmsc/transaction.c
M openbsc/src/libmsc/vty_interface_layer3.c
M openbsc/src/libvlr/vlr.c
M openbsc/src/libvlr/vlr_access_req_fsm.c
M openbsc/src/libvlr/vlr_lu_fsm.c
M openbsc/src/osmo-bsc/osmo_bsc_api.c
R openbsc/src/osmo-msc/Makefile.am
A openbsc/src/osmo-msc/msc_main.c
D openbsc/src/osmo-nitb/bsc_hack.c
M openbsc/tests/Makefile.am
M openbsc/tests/ctrl_test_runner.py
M openbsc/tests/db/Makefile.am
M openbsc/tests/db/db_test.c
A openbsc/tests/libiudummy/Makefile.am
A openbsc/tests/libiudummy/README
A openbsc/tests/libiudummy/iudummy.c
M openbsc/tests/mgcp/Makefile.am
A openbsc/tests/mgcp/mgcpgw_client_test.c
A openbsc/tests/mgcp/mgcpgw_client_test.err
A openbsc/tests/mgcp/mgcpgw_client_test.ok
M openbsc/tests/msc_vlr/Makefile.am
M openbsc/tests/msc_vlr/msc_vlr_test_gsm_authen.err
M openbsc/tests/msc_vlr/msc_vlr_test_gsm_ciph.err
M openbsc/tests/msc_vlr/msc_vlr_test_hlr_reject.err
M openbsc/tests/msc_vlr/msc_vlr_test_hlr_timeout.err
M openbsc/tests/msc_vlr/msc_vlr_test_ms_timeout.err
M openbsc/tests/msc_vlr/msc_vlr_test_no_authen.c
M openbsc/tests/msc_vlr/msc_vlr_test_no_authen.err
M openbsc/tests/msc_vlr/msc_vlr_test_reject_concurrency.err
M openbsc/tests/msc_vlr/msc_vlr_test_rest.err
M openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.c
M openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.err
M openbsc/tests/msc_vlr/msc_vlr_tests.c
M openbsc/tests/msc_vlr/msc_vlr_tests.h
M openbsc/tests/smpp_test_runner.py
M openbsc/tests/sms_queue/Makefile.am
M openbsc/tests/testsuite.at
M openbsc/tests/vty_test_runner.py
104 files changed, 5,086 insertions(+), 3,413 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/33/2533/1


-- 
To view, visit https://gerrit.osmocom.org/2533
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie13ff348117e892d41b8355ab6c24915301eaeaf
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: vlr_3G
Gerrit-Owner: daniel <dwillmann at sysmocom.de>



More information about the gerrit-log mailing list