aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-03osmo-bsc: add missing assertionPhilipp Maier1-0/+1
2017-07-03osmo-msc: remove orphanned struct membersPhilipp Maier1-8/+2
2017-07-03osmo-msc: rename called/calling address in struct a_conn_infoPhilipp Maier2-13/+13
2017-06-30osmo-bsc: use better msc identifierPhilipp Maier2-9/+15
2017-06-30osmo-bsc: fix typoPhilipp Maier1-2/+2
2017-06-30osmo-bsc: vty: fix error messagePhilipp Maier1-2/+2
2017-06-30build: osmo-bsc_nat: add missing sigtran LDADDNeels Hofmeyr1-0/+1
2017-06-30osmo-bsc: rename calling_addr to msc_addrPhilipp Maier1-6/+6
2017-06-30osmo-bsc: change calling/called addr in VTYPhilipp Maier1-24/+24
2017-06-30osmo-bsc: change calling/called_addr variable namesPhilipp Maier2-16/+16
2017-06-30osmo-bsc: check configured sccp addresses before startPhilipp Maier1-2/+24
2017-06-30osmo-bsc: make sure only default SSNs are usedPhilipp Maier2-2/+21
2017-06-30cosmetic: fix typo in log outputPhilipp Maier2-3/+3
2017-06-30osmo-bsc: only clear connections of a specific MSCPhilipp Maier1-4/+17
2017-06-30osmo-bsc: Make SCCP-Addresses configurable via VTYPhilipp Maier4-41/+125
2017-06-30common-vty: add ss7 nodes commands to VTYPhilipp Maier3-6/+17
2017-06-30osmo-msc: finish msc-sided resetPhilipp Maier3-80/+225
2017-06-30mgcp: Fix missing call id in DLCXPhilipp Maier2-9/+11
2017-06-30reset: fix allocation and add deallocator for reset procedurePhilipp Maier3-19/+54
2017-06-28aoip: don't use iu struct: move rtp ports from .iu to new subscr_conn.rtpNeels Hofmeyr3-7/+7
2017-06-28aoip: don't use iu struct: do not allocate unnecessary ue_conn_ctxNeels Hofmeyr1-8/+4
2017-06-23osmo_bsc_main: use osmo_sccp_make_addr_pc_ssn() for SCCP addressesNeels Hofmeyr1-8/+4
2017-06-23AoIP+3G: use one common SCCP client for A and IuCSNeels Hofmeyr5-23/+33
2017-06-23msc: re-enable iu_init()Neels Hofmeyr1-1/+1
2017-06-23a_init: use name arg for sccp client and user bindNeels Hofmeyr1-2/+2
2017-06-23a_iface: fix typo in function namePhilipp Maier1-2/+2
2017-06-23a_iface: Check if channel type and speech codec list are successfulPhilipp Maier1-4/+17
2017-06-23rsl: fix stray line break in logtextPhilipp Maier1-1/+2
2017-06-23mgcp: fix line-break problem in logPhilipp Maier1-2/+9
2017-06-23apply function renames in merged libosmocore patchesNeels Hofmeyr3-3/+3
2017-06-18osmo-bsc: react on reset requests from MSCPhilipp Maier2-5/+43
2017-06-18libcommon-cs: genralize a interface reset fsmPhilipp Maier5-63/+68
2017-06-18sccp-lite: remove old sccp-lite codePhilipp Maier2-350/+0
2017-06-18osmo-bsc: Send USSD notification when an MSC loss is detectedPhilipp Maier1-0/+22
2017-06-18cosmetic: make function names in a_iface_bssap more expressive.Philipp Maier2-31/+31
2017-06-18cosmetic: more expressive function names in a_ifacePhilipp Maier4-12/+15
2017-06-18fixup: return with value in void functionPhilipp Maier1-1/+2
2017-06-18mgcp: make bts base port configurablePhilipp Maier3-3/+32
2017-06-18Revert "mgcp: make sure all endpoints are closed on startup"Philipp Maier3-24/+1
2017-06-18mgcp: Make sure endpoint is free on CRCXPhilipp Maier1-0/+11
2017-06-18a_iface_bssap: clear lingering subscriber connections on resetPhilipp Maier1-2/+26
2017-06-18mgcp: make sure all endpoints are closed on startupPhilipp Maier3-1/+24
2017-06-18mgcp: make structs accessible from outsidePhilipp Maier1-14/+0
2017-06-18mgcp: release no longer used endpoint identifiersPhilipp Maier1-1/+4
2017-06-18mgcp: improve endpoint managementPhilipp Maier2-5/+97
2017-06-18mgcp: use mgcp DLCX command to terminate endpoint after call is donePhilipp Maier2-0/+17
2017-06-18mgcp: add DLCX command to mgcpgw clientPhilipp Maier1-0/+10
2017-06-18cosmetic: fixing coding stylePhilipp Maier1-3/+3
2017-06-18osmo-bsc: Handle RESET/RESET-ACK properlyPhilipp Maier6-53/+302
2017-06-18sccp: Use osmo-stp instead of direct server/client connectionPhilipp Maier2-14/+15