aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2017-07-21gsm04_08.c patches from neels (remove when committed properly)pmaier/aoip2Philipp Maier1-14/+14
2017-07-21a-iface: move clear command to subscriber_conn.cPhilipp Maier2-4/+7
2017-07-21vty: Fixup sccp/ss7 configurationPhilipp Maier3-63/+32
2017-07-21fixup for: mgcp: display properly mgcp-messages in logPhilipp Maier1-0/+3
2017-07-21msc-vty-completePhilipp Maier3-11/+87
2017-07-14msc_vlr: Fix testsPhilipp Maier11-0/+182
2017-07-14osmo_msc: only clear A-Interface connections for GSM callsPhilipp Maier1-2/+3
2017-07-14fixup: fix typoPhilipp Maier1-1/+1
2017-07-14mncc: make external mncc workPhilipp Maier5-91/+140
2017-07-13mgcp: display properly mgcp-messages in logPhilipp Maier1-1/+40
2017-07-10fixup for: a_iface: fix missing clear commandPhilipp Maier1-1/+3
2017-07-10cosmetic: tweak error log in osmo_bsc_sigtran_init()Neels Hofmeyr1-2/+4
2017-07-07a_iface: fix missing clear commandPhilipp Maier3-0/+16
2017-07-07a_iface: fix missing log outputPhilipp Maier2-0/+8
2017-07-07a_iface: fix missing constPhilipp Maier1-1/+1
2017-07-07a_iface: add missing staticPhilipp Maier2-2/+2
2017-07-05msc_ifaces: add checks for nullpointersPhilipp Maier1-5/+44
2017-07-05fixup: remove allocation/usage of iu struct again.Neels Hofmeyr1-9/+5
2017-07-03osmo-bsc change bsc_handle_dt1() to bsc_handle_dt()Philipp Maier3-4/+4
2017-07-03osmo-bsc: fix sccp name stringPhilipp Maier1-1/+1
2017-07-03a_iface: remove unused variablePhilipp Maier3-3/+3
2017-07-03osmo-msc/a_iface/reset: add missing constPhilipp Maier6-36/+41
2017-07-03osmo-bsc/sigtran: add missing constPhilipp Maier2-15/+15
2017-07-03osmo-msc/a_iface: add missing assertionsPhilipp Maier2-0/+22
2017-07-03osmo-bsc: add missing commentPhilipp Maier1-0/+1
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 Maier3-15/+15
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 Maier3-18/+29
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 Maier5-41/+135
2017-06-30common-vty: add ss7 nodes commands to VTYPhilipp Maier3-6/+17
2017-06-30osmo-msc: finish msc-sided resetPhilipp Maier6-92/+280
2017-06-30msc_vlr: fix linker problem in testcasePhilipp Maier1-1/+1
2017-06-30mgcp: Fix missing call id in DLCXPhilipp Maier3-10/+13
2017-06-30reset: fix allocation and add deallocator for reset procedurePhilipp Maier5-21/+59
2017-06-28aoip: don't use iu struct: move rtp ports from .iu to new subscr_conn.rtpNeels Hofmeyr4-9/+12
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 Hofmeyr8-27/+37
2017-06-23msc: re-enable iu_init()Neels Hofmeyr1-1/+1