summaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_nat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libmgcp: Pass the pointer to the mgcp list on inituser/max/mscsplitDaniel Willmann2017-09-191-2/+2
* osmo-bsc_nat: Handle multiple mgcp configs in SCCP connDaniel Willmann2017-09-191-0/+4
* osmo-bsc_nat: Modify nat init to work with multiple mgcp_configsDaniel Willmann2017-09-191-8/+2
* Add warnings in places missing supportDaniel Willmann2017-09-191-1/+3
* libfilter: Also handle detach indicationsDaniel Willmann2017-09-191-1/+2
* osmo-bsc_nat: Change the way bsc_nat_msc_is_connected() worksDaniel Willmann2017-09-191-1/+3
* osmo-bsc_nat: Implement access lists for MSC connsDaniel Willmann2017-09-191-1/+7
* osmo-bsc_nat: Change some functions to work with multiple MSC connsDaniel Willmann2017-09-191-1/+5
* osmo-bsc_nat: Support multiple MSCs in VTY/configDaniel Willmann2017-09-191-14/+22
* osmo-bsc_nat: Remove MSC IP cmdline optionDaniel Willmann2017-09-191-8/+0
* src: use osmo_timer_setup()Pablo Neira Ayuso2017-05-101-8/+4
* vty: remove ignored logging parametersMax2017-02-081-1/+1
* msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctxNeels Hofmeyr2016-10-131-2/+1
* log CTRL bind only onceNeels Hofmeyr2016-09-301-2/+0
* log VTY telnet bind only onceNeels Hofmeyr2016-09-271-2/+0
* move utils.h functions to libosmocoreHarald Welte2016-04-291-2/+1
* bsc_nat: forward_sccp_to_msc(): assert con presence (CID #57872)Neels Hofmeyr2016-04-161-0/+1
* NAT: move BSC config into separate fileMax2016-04-141-1/+4
* NAT: extend debug output for ipaccess errorsMax2016-04-121-2/+2
* 04.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr2016-03-151-2/+2
* enable ctrl bind config for various programsNeels Hofmeyr2016-02-251-1/+8
* enable telnet VTY bind address config for various programsNeels Hofmeyr2016-02-251-4/+9
* bsc_nat: fail if VTY telnet port cannot be bound, clarify commentNeels Hofmeyr2016-02-251-2/+5
* minor fixes in bsc_vty.c and bsc_nat.cNeels Hofmeyr2016-02-241-2/+3
* stats: Enable stats for sgsn, gbproxy, nitb, bsc, natJacob Erlbeck2015-11-021-0/+4
* libcommon: soak up three static functions.Neels Hofmeyr2015-11-021-11/+1
* vty: Change the return type from enum to intHolger Hans Peter Freyther2015-09-241-1/+1
* bsc_nat: Fix 1 log error output of wrong variable.Neels Hofmeyr2015-09-231-1/+1
* nat: Use RAND_bytes instead of /dev/urandomHolger Hans Peter Freyther2015-07-011-19/+5
* nat: After we identified the bsc check the keyHolger Hans Peter Freyther2015-07-011-2/+59
* bsc: Check for the rand and then generate a resHolger Hans Peter Freyther2015-07-011-1/+1
* nat: Send 16 bytes of rand to the BSC and remember itHolger Hans Peter Freyther2015-07-011-3/+37
* nat: Provide access to /dev/urandom for the codeHolger Hans Peter Freyther2015-07-011-0/+9
* bsc/nat: Fix the structure of the identity request messageHolger Hans Peter Freyther2015-07-011-4/+11
* nat: Close the connection after we couldn't find the userHolger Hans Peter Freyther2015-07-011-0/+1
* nat: Factor out the config by token searchHolger Hans Peter Freyther2015-07-011-19/+13
* nat: Add size check for the payloadHolger Hans Peter Freyther2015-07-011-1/+1
* filter: Move the con_type into the filter_stateHolger Hans Peter Freyther2015-05-031-6/+6
* filter: Remove nat_sccp_connection from public APIHolger Hans Peter Freyther2015-05-031-5/+7
* filter: More renaming and remove of "NAT" from itHolger Hans Peter Freyther2015-05-031-3/+3
* filter: Move the method definition to the filter moduleHolger Hans Peter Freyther2015-05-031-0/+1
* nat: Make mode-set patching optionalHolger Hans Peter Freyther2015-04-231-0/+3
* nat: Check the con->imsi for the tracked IMSIHolger Hans Peter Freyther2015-04-071-2/+2
* nat: Inform others if an IMSI is rejectedHolger Hans Peter Freyther2015-04-051-0/+4
* nat: getopt returns "static" data no need to copy itHolger Hans Peter Freyther2015-02-081-1/+1
* Use port number #defines for VTY and CTRL portsHarald Welte2014-08-241-1/+2
* move libctrl from openbsc to libosmoctrl (libosmocore.git)Harald Welte2014-08-211-2/+2
* adopt recent IPA related symbol renameHarald Welte2014-08-201-7/+7
* nat/bsc: Check proto before calling ipaccess_rcvmsg_baseHolger Hans Peter Freyther2014-05-061-1/+1
* ipa: Be consistent in checking conn->cfg (Coverity)Jacob Erlbeck2014-04-031-1/+1