aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
AgeCommit message (Expand)AuthorFilesLines
2017-08-23fix typoaoipPhilipp Maier1-1/+1
2017-08-23osmo-bsc: fix (null) string in VTY configPhilipp Maier1-0/+2
2017-08-07osmo-bsc: improve checking of sccp addressesPhilipp Maier1-0/+1
2017-07-22MSC,SGSN: use OSMO_GSUP_PORT == 4222 instead of 2222Neels Hofmeyr1-1/+2
2017-07-22vty: Fixup sccp/ss7 configurationPhilipp Maier1-1/+1
2017-07-22msc-vty-completePhilipp Maier1-2/+6
2017-07-14mncc: make external mncc workPhilipp Maier3-0/+10
2017-07-07a_iface: fix missing clear commandPhilipp Maier1-0/+3
2017-07-03osmo-bsc change bsc_handle_dt1() to bsc_handle_dt()Philipp Maier1-1/+1
2017-07-03a_iface: remove unused variablePhilipp Maier1-1/+1
2017-07-03osmo-msc/a_iface/reset: add missing constPhilipp Maier3-8/+8
2017-07-03osmo-bsc/sigtran: add missing constPhilipp Maier1-4/+4
2017-07-03osmo-msc: rename called/calling address in struct a_conn_infoPhilipp Maier1-2/+2
2017-06-30osmo-bsc: change calling/called_addr variable namesPhilipp Maier1-2/+13
2017-06-30osmo-bsc: Make SCCP-Addresses configurable via VTYPhilipp Maier1-0/+10
2017-06-30osmo-msc: finish msc-sided resetPhilipp Maier3-12/+55
2017-06-30mgcp: Fix missing call id in DLCXPhilipp Maier1-1/+2
2017-06-30reset: fix allocation and add deallocator for reset procedurePhilipp Maier2-2/+5
2017-06-28aoip: don't use iu struct: move rtp ports from .iu to new subscr_conn.rtpNeels Hofmeyr1-2/+5
2017-06-23AoIP+3G: use one common SCCP client for A and IuCSNeels Hofmeyr3-4/+4
2017-06-18osmo-bsc: react on reset requests from MSCPhilipp Maier1-0/+6
2017-06-18libcommon-cs: genralize a interface reset fsmPhilipp Maier4-14/+34
2017-06-18fixup: remove unused counterPhilipp Maier1-1/+0
2017-06-18cosmetic: make function names in a_iface_bssap more expressive.Philipp Maier1-4/+7
2017-06-18cosmetic: more expressive function names in a_ifacePhilipp Maier2-17/+13
2017-06-18mgcp: make bts base port configurablePhilipp Maier1-0/+1
2017-06-18Revert "mgcp: make sure all endpoints are closed on startup"Philipp Maier1-1/+0
2017-06-18a_iface_bssap: clear lingering subscriber connections on resetPhilipp Maier1-0/+3
2017-06-18cosmetic: fix typoPhilipp Maier1-1/+1
2017-06-18mgcp: make sure all endpoints are closed on startupPhilipp Maier1-0/+1
2017-06-18mgcp: make structs accessible from outsidePhilipp Maier1-1/+15
2017-06-18mgcp: improve endpoint managementPhilipp Maier1-3/+7
2017-06-18mgcp: use mgcp DLCX command to terminate endpoint after call is donePhilipp Maier1-0/+1
2017-06-18mgcp: add DLCX command to mgcpgw clientPhilipp Maier1-0/+4
2017-06-18fixup: in osmo-bsc-sigtran.h header (bsc_msc_data.h) was missingPhilipp Maier1-0/+1
2017-06-18osmo-bsc: Handle RESET/RESET-ACK properlyPhilipp Maier5-1/+47
2017-06-18aoip: signal channel type to BSCPhilipp Maier1-0/+3
2017-06-18osmo-bsc: Negotiate rtp ip address/port with BTSPhilipp Maier2-0/+11
2017-06-18WIP: Integrate AoIP into MSCPhilipp Maier7-10/+97
2017-06-18WIP: Integrate AoIP into OsmoBSCPhilipp Maier6-0/+62
2017-06-18WIP: Port to new libosmo-sigtran API (with proper M3UA for Iuh)Harald Welte1-5/+9
2017-06-18mgcp: hack RAB success from nano3G: patch first RTP payloadNeels Hofmeyr1-0/+1
2017-06-18Implement IuCS (large refactoring and addition)Neels Hofmeyr18-16/+229
2017-06-18mscsplit: various preparations to separate MSC from BSCNeels Hofmeyr6-11/+99
2017-06-18IuPS adjustmentsHarald Welte1-2/+2
2017-06-18Use libvlr in libmsc (large refactoring)Harald Welte17-174/+150
2017-06-18Add libvlr implementationHarald Welte2-0/+410
2017-06-18gsup_client: allow passing a unit id to identify with HLRNeels Hofmeyr1-2/+5
2017-06-18Add vty command "radio-link-timeout infinite" for uplink rx testingHarald Welte3-14/+5
2017-06-15bsc_init: Forget which SIs are valid for the trxMax1-3/+2