aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/a_iface_bssap.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-01WIP: Collect LAC information from L3 Compl messagespmaier/lacPhilipp Maier1-0/+5
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier1-4/+4
2018-04-11fix BSC Clear RequestNeels Hofmeyr1-8/+2
2018-04-11properly receive BSSMAP Clear Complete and Iu Release CompleteNeels Hofmeyr1-4/+16
2018-04-09DTAP: Ensure proper DLCI is used in MSC-originated DTAPHarald Welte1-0/+2
2018-04-05unify allocation of gsm_subscriber_connectionNeels Hofmeyr1-6/+1
2018-04-03cosmetic: rx_bssmap: read message type once into local varNeels Hofmeyr1-4/+6
2018-03-21cosmetic: remove unused variablePhilipp Maier1-4/+0
2018-03-18a_iface_bssap: Treat inbound RESET as implicit RESET ACKHarald Welte1-0/+4
2018-03-18BSSAP: Return error code if COMPL L3 with no or too short L3 payloadHarald Welte1-0/+6
2018-03-15use libosmocom to parse cell identifier in bssmap_rx_l3_compl()Stefan Sperling1-18/+49
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-9/+4
2018-02-16libmsc: bssap: Remove fixme and properly update msgb tailPau Espin Pedrol1-3/+2
2018-02-14libmsc: bssap: Catch TLV parse failuresPau Espin Pedrol1-1/+7
2018-02-14libmsc: bssap: Refactor rx paths to to avoid parse_tlv code duplicationPau Espin Pedrol1-67/+58
2018-02-14libmsc: bssap: Fix typo in log messagePau Espin Pedrol1-1/+1
2018-02-09a_iface: Fix heap-use-after-free by cleaning up msgb ownershipHarald Welte1-69/+17
2018-02-09Introduce new BSSAP logging category/subsystemHarald Welte1-21/+21
2018-02-09a_iface: Add copyright statement (after recent contributions)Harald Welte1-0/+1
2018-02-09cosmetic: a_iface: More logging harmonizationHarald Welte1-4/+4
2018-02-09a_iface: centralize lookup of subscriber_connHarald Welte1-73/+42
2018-02-09cosmetic: No need for 'break' after 'return'Harald Welte1-11/+0
2018-02-09cosmetic: a_iface: Harmonize log statementsHarald Welte1-8/+8
2018-02-09a_sccp_rx_dt(): Don't print hexdump of message multiple timesHarald Welte1-2/+0
2018-02-09a_iface_bssap.c: Use LOGPCONN() whenever possibleHarald Welte1-18/+18
2018-02-09a_iface: Reduce log levelsHarald Welte1-16/+16
2018-02-09cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msgHarald Welte1-2/+2
2018-02-09Don't answer to BSC-originated RESET with another RESETHarald Welte1-9/+14
2018-02-05mgcp: use osmo-mgw to switch rtp streamsPhilipp Maier1-5/+2
2017-12-20cosmetic: rename sccp_rx_udt and sccp_rx_dt to a_*Neels Hofmeyr1-2/+2
2017-12-18a_iface_bssap: compiler warning: cast const away from TLV val for l2hNeels Hofmeyr1-2/+2
2017-09-15Remove rest_octets.hMax1-0/+4
2017-09-11a_iface: fix memory leaksPhilipp Maier1-6/+8
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-6/+6
2017-08-29move libiu to osmo-iuh/libosmo-ranapNeels Hofmeyr1-1/+0
2017-08-29Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring)Philipp Maier1-0/+717