aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2022-02-11libbsc: fix potential null-dereference in abis_nm_perform_test()HEADmasterVadim Yanitskiy1-0/+2
2020-12-10Add very clear obsolescence / unmaintained warningsHarald Welte2-1/+36
2020-11-25osmo-nitb: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-5/+14
2020-11-25bsc-nat: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-4/+12
2020-10-18Migrate from BSC_FD_* to OSMO_FD_*Harald Welte15-48/+48
2020-06-02fix typo in osmo_bts_variant_names: s/omso/osmo/Vadim Yanitskiy1-1/+1
2020-04-20fix compilation with gcc-10Harald Welte1-0/+4
2020-03-27rsl: Send IE MS Power Param during CHAN ACT and MS PWR CTRL messagesKeith1-0/+7
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol3-5/+5
2019-08-05nat: Remove unused func bsc_vty_init()Pau Espin Pedrol1-8/+0
2019-06-21bsc-nat: Remove whitespace at the end of CTR descriptionsPau Espin Pedrol1-13/+13
2019-05-26mgcp: Handle CI and X-Osmux param name as case insensitivePau Espin Pedrol1-12/+65
2019-05-16nat: Allocate bsc_nat_parsed on the stack instead of heapPau Espin Pedrol4-76/+65
2019-05-08nat: Fix crash (double-free) in forward_sccp_to_mscPau Espin Pedrol1-2/+2
2019-05-02nat: Return error code in queue_for_mscPau Espin Pedrol1-4/+8
2019-04-30libmgcp: Parse CI as hex string in verify_ci()daniel/wipDaniel Willmann1-1/+1
2019-04-23osmo-bsc_nat: Parse MGCP Connection ID as hexDaniel Willmann2-5/+8
2019-04-21Fixed MNCC_RTP_CREATE after MNCC_DISC_IND.Rafael Diniz1-0/+3
2019-03-29Write configuration correctly from vty (alert notifications)Keith1-2/+2
2019-03-28Replace broken ipa_ccm_idtag APIs with new ipa_ccm_id onesPau Espin Pedrol3-9/+7
2019-03-26Drop Iu*S support and related dependenciesMax4-842/+0
2019-03-22talloc_ctx_init: Use public API osmo_signal_talloc_ctx_initPau Espin Pedrol1-2/+2
2019-03-20osmo-bsc-mgcp.service: Fix parsing of cmdline option sPau Espin Pedrol1-1/+1
2019-02-28Don't deliver alert notifications to an ESME thatKeith3-5/+10
2019-01-24Remove meas_* utilsMax7-1199/+0
2019-01-22fix build: apply msgb_wrap_with_TL() renameMax1-7/+7
2019-01-17Cosmetic: Fix spelling in smpp vtyKeith1-2/+2
2019-01-17Make alert notifications vty configurable per ESMEKeith4-2/+34
2019-01-12Don't send SMS STATUS REPORT locally if the ESME accepted it.Keith1-1/+1
2018-12-06Remove ipaccess utilsMax7-2920/+0
2018-11-27bsc-nat: Enable octet-aligned when ensuring mode setPau Espin Pedrol1-1/+1
2018-11-19Fix build with latest libosmocoreMax1-9/+0
2018-10-16mgcp: osmux_send_dummy: Fix return without valuePau Espin Pedrol1-1/+1
2018-10-12mgcp: osmux: Improve checks around activating and using enabled osmuxPau Espin Pedrol1-42/+43
2018-10-12mgcp: osmux: allow enabling osmux only on correct activating statePau Espin Pedrol1-3/+3
2018-10-12mgcp: osmux: Make func handling dummy frames independent of endp typePau Espin Pedrol1-3/+3
2018-10-12mgcp: osmux: Move parse_cid of legacy dummy frames to own functionPau Espin Pedrol1-10/+15
2018-10-12mgcp: osmux: Don't process regular osmux frames if disabled by cfgPau Espin Pedrol1-6/+12
2018-10-12mgcp: osmux_send_dummy: Avoid logging incorrectly and sending if osmux not en...Pau Espin Pedrol1-0/+8
2018-10-12nat: Log state of pending transactionPau Espin Pedrol1-2/+2
2018-10-12nat: Log endpoint nr consistently as hexPau Espin Pedrol1-1/+1
2018-10-12mgcp: Log endpoint nr consistently as hexPau Espin Pedrol2-7/+7
2018-10-12mgcp: Avoid initing output without enabling osmuxPau Espin Pedrol1-4/+4
2018-09-17mgcp_osmux: Use define to calculate rtp_ssrc_winlenPau Espin Pedrol1-2/+2
2018-09-17mgcp: Fix (again) osmux_cid_bitmap static array size calculationPau Espin Pedrol1-2/+2
2018-09-17bsc_filter: Move whitelisted info log to debugPau Espin Pedrol1-1/+1
2018-09-17mgcp: Fix osmux_cid_bitmap static array size calculationPau Espin Pedrol1-1/+1
2018-09-13nat: return -EBADF in read wqueue cb on fd closedPau Espin Pedrol1-1/+1
2018-09-13nat: Remove misleading commentPau Espin Pedrol1-1/+0
2018-09-13nat: Remove misleading commentPau Espin Pedrol1-4/+0