aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/msc_vlr
AgeCommit message (Collapse)AuthorFilesLines
2017-05-10WIP: Port to new libosmo-sigtran API (with proper M3UA for Iuh)neels/vlr_3G_sigtranHarald Welte2-13/+12
This changes over to the new libosmo-sigtran API with support for proper SCCP/M3UA/SCTP stacking, as mandated by 3GPP specifications for the IuCS and IuPS interfaces. Only the ASP (client) is used, assuming that both the HNB-GWs and RNCs as well as the MSCs and SGSNs are all connecting as ASP to some STP/SGW which offers M3UA server functionality as well as point-code and/or global title based routing. Tweaked-by: nhofmeyr (test expectation) Change-Id: If0ff956fbf1484899d59ae1a5885543bca31645b
2017-05-09log protocol discriminators and message types by nameNeels Hofmeyr10-901/+915
Depends: libosmocore change-id I0fca8e95ed5c2148b1a7440eff3fc9c7583898df Change-Id: If1c49faf6e1757cb16b383dd2db87b48bc94eee6
2017-05-09Implement IuCS (large refactoring and addition)Neels Hofmeyr14-1347/+1877
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
2017-05-08Add msc_vlr test suite for MSC+VLR end-to-end testsNeels Hofmeyr30-0/+15230
Change-Id: Ic073f3a069a7f5e7e421e0e56140f069ee9b10b8