aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_nat_ctrl.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-12nat: ctrl: Avoid sending back received ERROR msgsPau Espin Pedrol1-7/+11
2018-07-12nat: ctrl: use strtol instead of atoi as it has explicit error documentationPau Espin Pedrol1-2/+13
2018-07-12nat: ctrl: Use ctrl_cmd_parse2 to obtain detailed errorPau Espin Pedrol1-11/+2
2018-04-11bsc_nat: ctrl: Fix crash on receveing bsc replyPau Espin Pedrol1-2/+8
2018-04-11bsc_nat: Drop redundant ccon ptr in bsc_cmd_listPau Espin Pedrol1-5/+4
2018-04-11bsc_nat: forward_to_bsc: Fix memleak on send failurePau Espin Pedrol1-1/+2
2018-04-11bsc_nat: forward_to_bsc: remove one level of indentationPau Espin Pedrol1-45/+46
2018-04-11bsc_nat: ctrl: fix memleak on reply receivalPau Espin Pedrol1-4/+3
2017-06-09don't re-implement osmo_talloc_replace_string()Harald Welte1-1/+1
2017-05-10src: use osmo_timer_setup()Pablo Neira Ayuso1-2/+2
2017-01-25CTRL: remove boilerplateMax1-11/+1
2016-02-25enable ctrl bind config for various programsNeels Hofmeyr1-2/+3
2015-05-03filter: Remove nat from bsc_nat_acc_lst and replace with msgHolger Hans Peter Freyther1-5/+5
2015-05-03filter: Move the method definition to the filter moduleHolger Hans Peter Freyther1-0/+1
2015-04-07nat: Check for the access list in set command as wellHolger Hans Peter Freyther1-1/+8
2015-04-05nat: Add ctrl command to save the configurationHolger Hans Peter Freyther1-0/+31
2015-04-05nat: Add a ctrl command to add to an existing ACC listHolger Hans Peter Freyther1-0/+62
2015-04-05nat: Inform others if an IMSI is rejectedHolger Hans Peter Freyther1-0/+18
2014-08-29nat: Fix compiler warning about unknown prototypeHolger Hans Peter Freyther1-0/+1
2014-08-24Use port number #defines for VTY and CTRL portsHarald Welte1-1/+2
2014-08-21move libctrl from openbsc to libosmoctrl (libosmocore.git)Harald Welte1-2/+5
2014-03-23ctrl: Move the lookup into a separate file in preparation for GPRSHolger Hans Peter Freyther1-1/+1
2014-03-04nat: Introduce command to remove an access-list-nameHolger Hans Peter Freyther1-0/+5
2014-03-04nat: Implement setting the access-control-name through CTRL interfaceHolger Hans Peter Freyther1-19/+99
2013-07-05nat: Please coverity and initialize the saveptr to NULLHolger Hans Peter Freyther1-1/+1
2012-11-12nat: Move the ctrl handling code into a separate fileHolger Hans Peter Freyther1-0/+324