aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_sigtran.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-21Use new libosmo-sccp APIs osmo_ss7_asp_get_{name,proto}()Pau Espin Pedrol1-1/+1
2023-04-14log: N-PCSTATE: use new value_stringsNeels Hofmeyr1-6/+11
2023-04-14SCCP N-PCSTATE: trigger MSC status on PC availabilityNeels Hofmeyr1-1/+104
2023-03-17Fix Lb/A SCCP conn lookup after recent regression in optimization patchPau Espin Pedrol1-9/+9
2023-03-15Move bsc_conn_by_bsub() and make it staticPau Espin Pedrol1-13/+0
2023-03-15Optimize subscr_conns lookupPau Espin Pedrol1-25/+27
2023-03-13Assert conn_id being looked up is inside expected rangePau Espin Pedrol1-1/+3
2023-03-13get_bsc_conn_by_conn_id(): Properly match sccp_instancePau Espin Pedrol1-7/+11
2023-03-13Clarify type and values of sccp.conn_idPau Espin Pedrol1-7/+7
2023-03-10constify bsc_conn_by_bsub() ptr paramPau Espin Pedrol1-1/+1
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