aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/a_iface.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-18a_iface: Fix hexdumping of N-DATA.reqHarald Welte1-1/+1
2019-02-18a_iface: use 'const' qualifier for ran_conn whenever possibleHarald Welte1-3/+3
2019-02-18a_iface: Centralize/wrap BSSAP / N-DATA transmissionHarald Welte1-11/+15
2019-02-07a_iface: Include CSFB Indication into BSSMAP CLEAR COMMANDPhilipp Maier1-1/+6
2019-01-12add LOG_RAN_CONN() to use the conn->fi->id for contextNeels Hofmeyr1-1/+4
2019-01-04use osmo_rat_type from libosmocoreNeels Hofmeyr1-1/+1
2018-12-17cosmetic: drop unused variableMax1-2/+1
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr1-1/+0
2018-11-30rename some RAN conn related stuff to ran_conn_*Neels Hofmeyr1-1/+1
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-12/+12
2018-09-17A5/n Ciph: request Classmark Update if missingNeels Hofmeyr1-0/+10
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier1-5/+5
2018-04-09DTAP: Ensure proper DLCI is used in MSC-originated DTAPHarald Welte1-3/+2
2018-03-18a_iface: If L3/DTAP returns error in COMPL L3, close SCCP connectionHarald Welte1-2/+12
2018-03-13Track libosmocore API change in osmo-msc.Stefan Sperling1-3/+3
2018-03-07a_iface: fix BSSMAP reset handlingPhilipp Maier1-15/+17
2018-02-12a_iface: Consistent and understandable function namesHarald Welte1-4/+4
2018-02-12a_iface: s/Abis/L3/ for speech version/preference fieldsHarald Welte1-6/+6
2018-02-10a_iface: Fix heap-use-after-free in a_clear_all()Harald Welte1-3/+5
2018-02-09a_iface: Fix heap-use-after-free by cleaning up msgb ownershipHarald Welte1-1/+3
2018-02-09Introduce new BSSAP logging category/subsystemHarald Welte1-19/+19
2018-02-09a_iface: Add copyright statement (after recent contributions)Harald Welte1-0/+1
2018-02-09cosmetic: No need for 'break' after 'return'Harald Welte1-9/+0
2018-02-09cosmetic: a_iface: Harmonize log statementsHarald Welte1-5/+5
2018-02-09a_iface_bssap.c: Use LOGPCONN() whenever possibleHarald Welte1-8/+0
2018-02-09a_iface: Reduce log levelsHarald Welte1-2/+2
2018-02-09cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msgHarald Welte1-10/+10
2018-02-09Don't answer to BSC-originated RESET with another RESETHarald Welte1-44/+101
2018-02-09a_reset: Add additional "a_reset_alloc" argumentHarald Welte1-1/+1
2018-02-05mgcp: use osmo-mgw to switch rtp streamsPhilipp Maier1-2/+11
2018-01-24cosmetic: log prim operation as textMax1-1/+2
2018-01-08a_iface_tx_assignment: fix log lvl for "Sending Assignment..."Neels Hofmeyr1-1/+1
2017-12-20cosmetic: rename sccp_rx_udt and sccp_rx_dt to a_*Neels Hofmeyr1-3/+3
2017-12-20log: a_iface.c: revisit logging, use LOGPCONNNeels Hofmeyr1-19/+18
2017-12-18cosmetic: move translation of vlr_ciph into msc_vlr_set_ciph_mode()Neels Hofmeyr1-26/+6
2017-12-18fix BSSMAP Cipher Mode Cmd: properly set permitted algorithmsNeels Hofmeyr1-1/+1
2017-12-18debug log: a_iface_tx_cipher_mode(): log cipher and keyNeels Hofmeyr1-1/+9
2017-12-14compiler warning: drop double 'const' in a_iface_tx_cipher_mode()Neels Hofmeyr1-1/+1
2017-11-20reset: remove name variable from reset contextPhilipp Maier1-1/+3
2017-09-15Remove rest_octets.hMax1-0/+2
2017-09-11a_iface: fix typoPhilipp Maier1-1/+1
2017-09-11a_iface: fix memory leaksPhilipp Maier1-1/+7
2017-09-08use separated libosmo-mgcp-client, apply rename to mgcp_client_*Neels Hofmeyr1-2/+2
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-7/+7
2017-08-29move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcpNeels Hofmeyr1-1/+1
2017-08-29Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring)Philipp Maier1-22/+560
2017-08-08Implement IuCS (large refactoring and addition)Neels Hofmeyr1-0/+8
2017-08-08mscsplit: various preparations to separate MSC from BSCNeels Hofmeyr1-0/+45