aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
AgeCommit message (Expand)AuthorFilesLines
2017-09-15libmgcp: Pass the pointer to the mgcp list on init, don't copy itusers/daniel/ow-nat-msc-connsDaniel Willmann2-2/+2
2017-09-08osmo-bsc_nat: Handle multiple mgcp configs in SCCP connDaniel Willmann2-1/+3
2017-09-08osmo-bsc_nat: Modify nat init to work with multiple mgcp_configsDaniel Willmann1-4/+7
2017-09-08libmgcp: Allow to get the mgcp_config by numberDaniel Willmann1-0/+1
2017-09-07libmgcp: Make it possible to define more than one MGCP instanceDaniel Willmann1-1/+3
2017-03-15osmo-bsc_nat: Remove unused MSC elements in struct bsc_natDaniel Willmann1-6/+0
2017-03-15osmo-bsc_nat: Change the way bsc_nat_msc_is_connected() worksDaniel Willmann1-1/+1
2017-03-15osmo-bsc_nat: Have a default MSC for messages from BSCDaniel Willmann1-0/+2
2017-03-15osmo-bsc_nat: Implement access lists for MSC connsDaniel Willmann1-0/+5
2017-03-15osmo-bsc_nat: Support multiple MSCs in VTY/configDaniel Willmann1-1/+1
2017-03-15osmo-bsc_nat: Add functions to alloc/find/free MSC configDaniel Willmann1-0/+5
2017-03-15osmo-bsc_nat: Add variables for multiple MSC conns to struct bsc_natDaniel Willmann1-0/+4
2017-03-15osmo-bsc_nat: Add infrastructure for multiple MSC connectionsDaniel Willmann2-0/+12
2016-11-14gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_infoDaniel Willmann1-1/+1
2016-06-29osmux: Add negotiation state so race conditions can't disable osmuxDaniel Willmann1-0/+1
2015-11-24gtphub: lose obsolete comment.Neels Hofmeyr1-2/+0
2015-11-20gtp: Fix Makefile.am so maybe distcheck is now going to workHolger Hans Peter Freyther1-1/+1
2015-11-20Fix TSC/BSIC handling bug and remove bts->tscHarald Welte2-6/+4
2015-11-16gtphub: cosmetic: break long lines.Neels Hofmeyr1-5/+9
2015-11-16gtphub: add logging labels to bind struct.Neels Hofmeyr1-0/+2
2015-11-16gtphub: fix numerous segfaults, and other stupidities.Neels Hofmeyr1-0/+3
2015-11-16gtphub: make test code reusable for future tests.Neels Hofmeyr1-0/+4
2015-11-16gtphub: fix Echo behavior: respond directly.Neels Hofmeyr1-0/+4
2015-11-16gtphub: add first bits of GRX aresNeels Hofmeyr1-0/+28
2015-11-16Add GTP hub initial code base.Neels Hofmeyr4-0/+427
2015-11-10gbproxy: Count more GSM 04.08 messagesHolger Hans Peter Freyther1-0/+16
2015-11-02gsup/oap: add OAP to GSUP client.Neels Hofmeyr2-1/+9
2015-11-02oap: implement initial OAP API.Neels Hofmeyr3-1/+150
2015-11-02libcommon: soak up three static functions.Neels Hofmeyr2-1/+27
2015-10-13gprs/gb_proxy: Use RAND_bytes for gbproxy TLLI/TMSI allocationDaniel Willmann1-4/+0
2015-10-12osmux: Allow to listen to a specific addressHolger Hans Peter Freyther1-0/+2
2015-10-12mgcp: Use the right bind addresses for NET and BTS0.15.0Holger Hans Peter Freyther1-4/+4
2015-10-12osmux: Remember the allocated CID and make sure it is releasedHolger Hans Peter Freyther2-0/+4
2015-10-12osmux: Allow to enforce using Osmux for the clientHolger Hans Peter Freyther1-0/+6
2015-10-12osmux: Test cid allocation and de-allocationHolger Hans Peter Freyther1-0/+1
2015-10-02amr: Attempt to unbreak the AMR support in the BSCHolger Hans Peter Freyther1-1/+1
2015-10-02amr: Instead of putting ms/bts into the same struct.. use it twiceHolger Hans Peter Freyther2-6/+7
2015-09-22Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg3-4/+15
2015-09-14mncc: Use the default codec from the built-in mncc modezecke/features/rtp-bridgeHolger Hans Peter Freyther1-0/+2
2015-09-14mncc: Implement CRCX->MDCX for handover for direct rtp modeHolger Hans Peter Freyther1-0/+1
2015-09-14mncc: Implement the direct RTP mode for ip based systemsHolger Hans Peter Freyther1-0/+4
2015-09-14mncc: Update the protocol to match LCRHolger Hans Peter Freyther1-1/+13
2015-09-14msc: Add channel information to the meas_feed, bump version to v1.Alexander Chemeris1-1/+13
2015-08-20mgcp: Allow to bind to different ports for net/bts portsHolger Hans Peter Freyther2-0/+7
2015-08-20mgcp: Begin to separate network and bts endpointsHolger Hans Peter Freyther1-0/+14
2015-08-19mgcp: Add transcoding from PCMU as wellHolger Hans Peter Freyther1-1/+2
2015-08-19osmux: add option to pad the circuit with dummy messagesPablo Neira Ayuso1-0/+4
2015-08-18sgsn: make all SGSN timers configurable via the VTYHarald Welte1-0/+15
2015-08-17Add option to set RADIO LINK TIMEOUT value via VTYAndreas Eversberg1-0/+14
2015-08-14mgcp: Allow to enforce that the codecs need to matchHolger Hans Peter Freyther1-1/+1