aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-16nat/vty: Do not print token update statementHolger Hans Peter Freyther1-4/+1
2016-04-16bsc_nat: forward_sccp_to_msc(): assert con presence (CID #57872)Neels Hofmeyr1-0/+1
2016-04-14NAT: reload BSCs config dynamicallyMax1-0/+29
2016-04-14NAT: move BSC config into separate fileMax2-4/+50
2016-04-12NAT: allow allocating BSC in arbitrary orderMax2-12/+9
2016-04-12NAT: extend debug output for ipaccess errorsMax1-2/+2
2016-04-12NAT: vty command to display number of BSCsMax1-0/+9
2016-03-1504.08: apply new transaction id inline functionsNeels Hofmeyr1-1/+1
2016-03-1504.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr3-6/+6
2016-02-25enable ctrl bind config for various programsNeels Hofmeyr2-3/+11
2016-02-25enable telnet VTY bind address config for various programsNeels Hofmeyr1-4/+9
2016-02-25bsc_nat: fail if VTY telnet port cannot be bound, clarify commentNeels Hofmeyr1-2/+5
2016-02-24minor fixes in bsc_vty.c and bsc_nat.cNeels Hofmeyr1-2/+3
2015-11-02stats: Set class_id in rate_ctr group descriptionsJacob Erlbeck1-0/+2
2015-11-02stats: Enable stats for sgsn, gbproxy, nitb, bsc, natJacob Erlbeck1-0/+4
2015-11-02libcommon: soak up three static functions.Neels Hofmeyr1-11/+1
2015-10-12osmux: Make sure that bigger Osmux ids actually fitHolger Hans Peter Freyther1-2/+2
2015-10-12osmux: Remember the allocated CID and make sure it is releasedHolger Hans Peter Freyther1-9/+9
2015-10-12osmux: Enforce Osmux only global and per BSC configurationHolger Hans Peter Freyther2-10/+44
2015-09-24vty: Change the return type from enum to intHolger Hans Peter Freyther1-1/+1
2015-09-23bsc_nat: Fix 1 log error output of wrong variable.Neels Hofmeyr1-1/+1
2015-08-20mgcp: Begin to separate network and bts endpointsHolger Hans Peter Freyther1-3/+3
2015-08-13nat: Forward SDP files with multiple payload types in itHolger Hans Peter Freyther1-6/+7
2015-08-0364bit: Fix compiler warnings in regard to 64bitHolger Hans Peter Freyther1-2/+2
2015-07-01nat: Use RAND_bytes instead of /dev/urandomHolger Hans Peter Freyther2-21/+7
2015-07-01nat: After we identified the bsc check the keyHolger Hans Peter Freyther2-4/+89
2015-07-01bsc: Check for the rand and then generate a resHolger Hans Peter Freyther1-1/+1
2015-07-01nat: Send 16 bytes of rand to the BSC and remember itHolger Hans Peter Freyther1-3/+37
2015-07-01nat: Provide access to /dev/urandom for the codeHolger Hans Peter Freyther1-0/+9
2015-07-01bsc/nat: Fix the structure of the identity request messageHolger Hans Peter Freyther1-4/+11
2015-07-01nat: Close the connection after we couldn't find the userHolger Hans Peter Freyther1-0/+1