aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat
AgeCommit message (Expand)AuthorFilesLines
2018-01-30osmo-bsc_nat: Fix use-after-free issue in ctrl forwarding codedaniel/bsc-nat-rebaseDaniel Willmann1-1/+2
2018-01-30osmo-bsc_nat: Add a description for the MSCDaniel Willmann2-1/+13
2018-01-30osmo-bsc_nat: Return -EBADF if ussd_read_cb closes the connectionDaniel Willmann1-1/+1
2018-01-30osmo-bsc_nat: Change warning into commentDaniel Willmann1-1/+1
2018-01-30bsc_nat: Remove warning for MSC-natDaniel Willmann1-3/+0
2018-01-30osmo-bsc_nat: Free mgcp_configs on shutdownDaniel Willmann1-2/+4
2018-01-30osmo-bsc_nat: Reenable osmux supportDaniel Willmann2-7/+6
2018-01-30osmo-bsc_nat: Add missing newline in log statementDaniel Willmann1-1/+1
2018-01-30osmo-bsc_nat: Implement MSC-side nat of SCCP connectionDaniel Willmann5-13/+38
2018-01-30osmo-bsc_nat: Change nat_sccp_conection ref namesDaniel Willmann4-43/+43
2018-01-30osmo-bsc_nat: Fix detection of stale connections in MGCPDaniel Willmann1-1/+1
2018-01-30mgcp: Treat ConnID as hexDaniel Willmann1-1/+1
2018-01-30bsc_nat: Fix return value in bsc_read_cb when connection was closedDaniel Willmann1-1/+1
2018-01-30bsc_nat: Fix selection of mgcp_config in bsc_mgcp_forward()Daniel Willmann1-5/+6
2018-01-30libmgcp: Pass the pointer to the mgcp list on init, don't copy itDaniel Willmann3-6/+5
2018-01-30osmo-bsc_nat: Add missing return code for VTYDaniel Willmann1-0/+1
2018-01-30osmo-bsc_nat: Make bsc_mgcp_find_con aware of multiple MGCP configsDaniel Willmann1-4/+5
2018-01-30osmo-bsc_nat: Handle multiple mgcp configs in SCCP connDaniel Willmann2-2/+6
2018-01-30osmo-bsc_nat: Handle multiple mgcp configs in MGCP NAT codeDaniel Willmann1-41/+61
2018-01-30osmo-bsc_nat: Modify nat init to work with multiple mgcp_configsDaniel Willmann3-58/+68
2018-01-30Add warnings in places missing supportDaniel Willmann4-9/+27
2018-01-30osmo-bsc_nat: Disable sending MGCP to MSC via IPA multiplexDaniel Willmann1-1/+2
2018-01-30osmo-bsc_nat: Change the way bsc_nat_msc_is_connected() worksDaniel Willmann3-12/+18
2018-01-30osmo-bsc_nat: Have a default MSC for messages from BSCDaniel Willmann3-3/+26
2018-01-30osmo-bsc_nat: Implement access lists for MSC connsDaniel Willmann3-1/+56
2018-01-25osmo-bsc_nat: Change some functions to work with multiple MSC connsDaniel Willmann2-2/+11
2018-01-25osmo-bsc_nat: Support multiple MSCs in VTY/configDaniel Willmann3-67/+117
2018-01-25osmo-bsc_nat: Add functions to alloc/find/free MSC configDaniel Willmann1-0/+59
2018-01-25osmo-bsc_nat: Add infrastructure for multiple MSC connectionsDaniel Willmann1-0/+6
2018-01-25osmo-bsc_nat: Remove MSC IP cmdline option. This no longer makes sense for mu...Daniel Willmann1-8/+0
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-3/+0
2017-06-09don't re-implement osmo_talloc_replace_string()Harald Welte3-16/+16
2017-05-10src: use osmo_timer_setup()Pablo Neira Ayuso3-12/+7
2017-04-12nat: Fix initial buffer size parameter for getlinePau Espin Pedrol1-1/+1
2017-04-12nat: Use equal func in bsc_sccpPau Espin Pedrol1-6/+4
2017-02-08vty: remove ignored logging parametersMax2-3/+3
2017-01-25CTRL: remove boilerplateMax1-11/+1
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr1-4/+5
2016-11-24move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()Neels Hofmeyr1-1/+1
2016-11-24move to libcommon-cs: net init 3: actual moveNeels Hofmeyr1-0/+1
2016-11-10fix use after free in bsc_config_freeNeels Hofmeyr1-1/+1
2016-10-13msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctxNeels Hofmeyr1-2/+1
2016-09-30log CTRL bind only onceNeels Hofmeyr1-2/+0
2016-09-27log VTY telnet bind only onceNeels Hofmeyr1-2/+0
2016-09-26mscsplit: bsc_vty_init(): decouple from global bsc_gsmnetNeels Hofmeyr1-1/+1
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-15/+53
2016-07-11osmux: Add negotiation state so race conditions can't disable osmuxDaniel Willmann1-2/+3
2016-05-25filter/nat: Fix the context for the imsi assignmentHolger Hans Peter Freyther1-1/+1
2016-04-29move utils.h functions to libosmocoreHarald Welte1-2/+1
2016-04-29use new libosmocore gsm_23_003.h for IMEI/IMSI lengthHarald Welte1-1/+1