aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/mncc_builtin.c
AgeCommit message (Collapse)AuthorFilesLines
2017-12-01HO: Move handover config from GSMNET to BTS nodeAndreas Eversberg1-15/+8
This is required for individual BTS configuration.
2017-12-01osmo-nitb support for codec negotiationAndreas Eversberg1-19/+87
Since codec negotiation is done automatically, there is no need to define codec for TCH/F and TCH/H via VTY anymore.
2017-12-01Use helper function to check is an MNCC frame is data (speech/traffic)Andreas Eversberg1-9/+1
2017-12-01Finished support for all codecs (RTP bridge and MNCC interface)Andreas Eversberg1-2/+4
The codes is not yet tested. AMR rate is currently fixed to 5.9k.
2017-12-01Adding traffic forwarding via RTP to remote applicationAndreas Eversberg1-0/+2
Instead of forwarding traffic through MNCC interface, traffic can now be forwarded to a given RTP destination. A special MNCC message is used for that. The traffic can still be forwarded through MNCC interface when this special MNCC message is not used. It also works with E1 based BTSs. In conjunction with LCR's "rtp-bridge" feature, the RTP traffic can be directly exchanged with a remote SIP endpoint, so that the traffic is not forwarded by LCR itself. This way the performance of handling traffic only depends on OpenBSC and the remote SIP endpoint. Also the traffic is exchanged with the SIP endpoint without transcoding, to have maximum performance.
2017-12-01DROP openbsc PATH ELEMENT FOR MERGINGNeels Hofmeyr1-0/+424
Change-Id: I8f6dd67b53c1ecff88e17baa4f7417a68466990f