aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_sigtran.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-07Get rid of lots of stubs [4/4]Pau Espin Pedrol1-1/+2
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-9/+9
2020-10-15BSSMAP RESET: tweak loggingNeels Hofmeyr1-2/+2
2020-10-15BSSMAP RESET: move cancel-paging call to osmo_bsc_sigtran_reset()Neels Hofmeyr1-1/+5
2020-10-15BSSMAP RESET: generalize a_reset FSMNeels Hofmeyr1-14/+2
2020-10-08LCS: SCCP next conn id: prepare Lb-interfaceNeels Hofmeyr1-24/+1
2020-10-07LCS: implement re-use of existing A-interface connNeels Hofmeyr1-0/+13
2020-10-03log MSC nr for opening new A connNeels Hofmeyr1-2/+2
2020-08-25Change default SCTP conn NULL->127.0.0.1 to localhost->localhostPau Espin Pedrol1-2/+5
2020-08-24osmo_bsc_sigtran.c: Remove unused #definesHarald Welte1-3/+0
2020-08-13info, error log: show MSC nr for new connNeels Hofmeyr1-3/+3
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+1
2020-07-01create ASP+AS only once per cs7 instanceNeels Hofmeyr1-86/+140
2020-06-23fix crashes due to OSMO_ASSERT(conn->lchan)Vadim Yanitskiy1-1/+1
2020-06-03create only one SCCP user per SCCP instanceNeels Hofmeyr1-2/+6
2020-05-29drop all BSC originated USSD notification featuresNeels Hofmeyr1-22/+0
2020-05-16log: Adjust "new SIGTRAN connection" logging levelAlexander Chemeris1-2/+2
2020-05-11stats: Add counters for Tx BSSMAP messages.Alexander Chemeris1-1/+13
2020-05-09osmo_bsc_sigtran: Fix a SSCP-> SCCP typo in a commentAlexander Chemeris1-1/+1
2020-05-09Fix a comment for the handle_unitdata_from_msc() function.Alexander Chemeris1-2/+2
2019-11-13Fix some typosMartin Hauke1-2/+2
2019-10-11sigtran: Set default remote ip to localhost instead of nullPau Espin Pedrol1-1/+2
2019-07-16Fix some spelling errors found by lintianRuben Undheim1-1/+1
2019-06-18Re-introduce support for IPA-encapsulated MGCPHarald Welte1-0/+4
2019-06-06bsc: Append Osmux Support IE only on AoIPPau Espin Pedrol1-2/+2
2019-06-06Introduce msc_is_{sccplite,aoip}() helpersPau Espin Pedrol1-2/+1
2019-05-19bssap: Announce Osmux support on RESET (ACK) sendPau Espin Pedrol1-0/+16
2019-03-14log N-CONNECT from MSCNeels Hofmeyr1-0/+4
2019-03-14incoming connect: don't crash if calling addr is missingNeels Hofmeyr1-1/+0
2018-08-29fix dependency bug: include mgcp_client/, not mgcp/Neels Hofmeyr1-1/+1
2018-08-29log: tweaks and more context in osmo_bsc_sigtran_send()Neels Hofmeyr1-4/+6
2018-08-25MGCP: add 'X-Osmo-IGN: C' for SCCPlite by defaultNeels Hofmeyr1-0/+10
2018-08-07GSCON: call api of a_reset.c with msc object directlyPhilipp Maier1-7/+5
2018-08-07GSCON: avoid sending connection oriented data when not connectedPhilipp Maier1-1/+6
2018-08-07sigtran: fix memleak in osmo_bsc_sigtran_send()Philipp Maier1-1/+2
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-8/+43
2018-06-08Explicitly register CTRL-over-IPA callback with libosmo-sigtranHarald Welte1-1/+5
2018-05-27move 'extern struct gsm_network *bsc_gsmnet" to header fileHarald Welte1-3/+2
2018-05-27Remove 'struct bsc_msc_connection' + fix IPA-encapsulated CTRLHarald Welte1-0/+35
2018-05-25vty: Permit selection of other ASP protocol than M3UAHarald Welte1-1/+1
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier1-6/+6
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte1-69/+38
2018-02-19SIGTRAN: correct wrong log categoryPhilipp Maier1-2/+2
2018-02-19Structural reform: Get rid of osmo_bsc_sccp_conHarald Welte1-86/+58
2018-01-24cosmetic: log prim operation as textMax1-1/+2
2017-12-23cosmetic: Hide all accesses to conn->bts behind conn_get_bts()Harald Welte1-2/+3
2017-12-19osmo-bsc: Move user plane/voice related bits into sub-structureHarald Welte1-2/+2
2017-12-19remove libosmo-sccp dependency for osmo-bscHarald Welte1-3/+3
2017-11-10use osmo_sccp_inst_addr_name() instead of looking up ss7Neels Hofmeyr1-8/+4
2017-11-09osmo-bsc: SCCP addrs: default only if unset, reject invalidNeels Hofmeyr1-32/+25