summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gsm04_08.c patches from neels (remove when committed properly)pmaier/aoip2Philipp Maier2017-07-211-14/+14
* a-iface: move clear command to subscriber_conn.cPhilipp Maier2017-07-212-4/+7
* vty: Fixup sccp/ss7 configurationPhilipp Maier2017-07-213-63/+32
* fixup for: mgcp: display properly mgcp-messages in logPhilipp Maier2017-07-211-0/+3
* msc-vty-completePhilipp Maier2017-07-213-11/+87
* msc_vlr: Fix testsPhilipp Maier2017-07-1411-0/+182
* osmo_msc: only clear A-Interface connections for GSM callsPhilipp Maier2017-07-141-2/+3
* fixup: fix typoPhilipp Maier2017-07-141-1/+1
* mncc: make external mncc workPhilipp Maier2017-07-145-91/+140
* mgcp: display properly mgcp-messages in logPhilipp Maier2017-07-131-1/+40
* fixup for: a_iface: fix missing clear commandPhilipp Maier2017-07-101-1/+3
* cosmetic: tweak error log in osmo_bsc_sigtran_init()Neels Hofmeyr2017-07-101-2/+4
* a_iface: fix missing clear commandPhilipp Maier2017-07-073-0/+16
* a_iface: fix missing log outputPhilipp Maier2017-07-072-0/+8
* a_iface: fix missing constPhilipp Maier2017-07-071-1/+1
* a_iface: add missing staticPhilipp Maier2017-07-072-2/+2
* msc_ifaces: add checks for nullpointersPhilipp Maier2017-07-051-5/+44
* fixup: remove allocation/usage of iu struct again.Neels Hofmeyr2017-07-051-9/+5
* osmo-bsc change bsc_handle_dt1() to bsc_handle_dt()Philipp Maier2017-07-033-4/+4
* osmo-bsc: fix sccp name stringPhilipp Maier2017-07-031-1/+1
* a_iface: remove unused variablePhilipp Maier2017-07-033-3/+3
* osmo-msc/a_iface/reset: add missing constPhilipp Maier2017-07-036-36/+41
* osmo-bsc/sigtran: add missing constPhilipp Maier2017-07-032-15/+15
* osmo-msc/a_iface: add missing assertionsPhilipp Maier2017-07-032-0/+22
* osmo-bsc: add missing commentPhilipp Maier2017-07-031-0/+1
* osmo-bsc: add missing assertionPhilipp Maier2017-07-031-0/+1
* osmo-msc: remove orphanned struct membersPhilipp Maier2017-07-031-8/+2
* osmo-msc: rename called/calling address in struct a_conn_infoPhilipp Maier2017-07-033-15/+15
* osmo-bsc: use better msc identifierPhilipp Maier2017-06-302-9/+15
* osmo-bsc: fix typoPhilipp Maier2017-06-301-2/+2
* osmo-bsc: vty: fix error messagePhilipp Maier2017-06-301-2/+2
* build: osmo-bsc_nat: add missing sigtran LDADDNeels Hofmeyr2017-06-301-0/+1
* osmo-bsc: rename calling_addr to msc_addrPhilipp Maier2017-06-301-6/+6
* osmo-bsc: change calling/called addr in VTYPhilipp Maier2017-06-301-24/+24
* osmo-bsc: change calling/called_addr variable namesPhilipp Maier2017-06-303-18/+29
* osmo-bsc: check configured sccp addresses before startPhilipp Maier2017-06-301-2/+24
* osmo-bsc: make sure only default SSNs are usedPhilipp Maier2017-06-302-2/+21
* cosmetic: fix typo in log outputPhilipp Maier2017-06-302-3/+3
* osmo-bsc: only clear connections of a specific MSCPhilipp Maier2017-06-301-4/+17
* osmo-bsc: Make SCCP-Addresses configurable via VTYPhilipp Maier2017-06-305-41/+135
* common-vty: add ss7 nodes commands to VTYPhilipp Maier2017-06-303-6/+17
* osmo-msc: finish msc-sided resetPhilipp Maier2017-06-306-92/+280
* msc_vlr: fix linker problem in testcasePhilipp Maier2017-06-301-1/+1
* mgcp: Fix missing call id in DLCXPhilipp Maier2017-06-303-10/+13
* reset: fix allocation and add deallocator for reset procedurePhilipp Maier2017-06-305-21/+59
* aoip: don't use iu struct: move rtp ports from .iu to new subscr_conn.rtpNeels Hofmeyr2017-06-284-9/+12
* aoip: don't use iu struct: do not allocate unnecessary ue_conn_ctxNeels Hofmeyr2017-06-281-8/+4
* osmo_bsc_main: use osmo_sccp_make_addr_pc_ssn() for SCCP addressesNeels Hofmeyr2017-06-231-8/+4
* AoIP+3G: use one common SCCP client for A and IuCSNeels Hofmeyr2017-06-238-27/+37
* msc: re-enable iu_init()Neels Hofmeyr2017-06-231-1/+1