aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* msc: Start compiling a MSC only applicationzecke/osmo-mscHolger Hans Peter Freyther2011-04-175-0/+344
* nat: Inform the USSD Provider about lost connectionsHolger Hans Peter Freyther2011-04-163-15/+44
* nat: Remove magic numbers, use enum values for conn classificationHolger Hans Peter Freyther2011-04-162-5/+15
* ussd: Keep track of used TIs for USSD and forward messagesHolger Hans Peter Freyther2011-04-163-23/+68
* nat: Clarify the documentation of the allow/deny regexpHolger Hans Peter Freyther2011-04-131-3/+3
* nat: And out the skip_indicator/transaction id from the gsm48 headerHolger Hans Peter Freyther2011-04-133-11/+17
* bsc: Remove the handling of the RTP option from the switch/case stmtHolger Hans Peter Freyther2011-04-131-3/+0
* bsc: Use the new name in the usage statementHolger Hans Peter Freyther2011-04-131-1/+1
* ipaccess-proxy: get rid of make_gprs_sock()Pablo Neira Ayuso2011-04-121-33/+7
* ipaccess-proxy: remove leftover option `--udp'Pablo Neira Ayuso2011-04-121-1/+0
* ipaccess-proxy: more robust option parsing and checkingPablo Neira Ayuso2011-04-121-0/+15
* ipaccess-find: get rid of ipac_idtag_name()Pablo Neira Ayuso2011-04-122-21/+7
* libabis: ipaccess: use log instead of debug under errors in ipaccess_send()Pablo Neira Ayuso2011-04-121-1/+1
* src: more robust ipaccess_idtag_parse()Pablo Neira Ayuso2011-04-123-7/+23
* libabis: ipaccess: more robust ipaccess_idtag_name()Pablo Neira Ayuso2011-04-122-2/+2
* db: The forward declaration of the enum does not work with C++Holger Hans Peter Freyther2011-04-121-2/+1
* mncc: Do not permanently disable the listening socket in case of errorHolger Hans Peter Freyther2011-04-121-1/+0
* nitb: Listen for incoming MNCC connections only onceHolger Hans Peter Freyther2011-04-121-1/+0
* ipaccess-config: Allow to invoke tests by names.Holger Hans Peter Freyther2011-04-111-1/+45
* ipaccess-config: Add option to list possible NVRAM settingsHolger Hans Peter Freyther2011-04-111-1/+24
* ipaccess-config: Allow to automatically loop a testHolger Hans Peter Freyther2011-04-111-9/+15
* nat: Fix a crash due the refactoring and pass the nat again.Holger Hans Peter Freyther2011-04-111-1/+1
* wireshark: update extension of RSL dissector with ip.access nanoBTS supportPablo Neira Ayuso2011-04-081-94/+134
* misc: Fix compiler warnings in the codeHolger Hans Peter Freyther2011-04-071-2/+1
* ipaccess: Add a function to prepend the osmocom ext headerHolger Hans Peter Freyther2011-04-072-0/+14
* Merge branch 'pablo/cleanups'Holger Hans Peter Freyther2011-04-074-179/+94
|\
| * ipaccess-proxy: remove hardcoded IP for options `-l' and `-b'Pablo Neira Ayuso2011-04-071-4/+19
| * libabis: ipaccess: export ipaccess_parse_unitidPablo Neira Ayuso2011-04-073-42/+6
| * ipaccess-proxy: get rid of ipac_idtag_parse()Pablo Neira Ayuso2011-04-071-22/+2
| * libabis: ipaccess: export ipaccess_idtag_name()Pablo Neira Ayuso2011-04-073-23/+4
| * libabis: ipaccess: conclude new ipaccess_send_*() functions and use themPablo Neira Ayuso2011-04-074-42/+60
| * ipaccess-proxy: get rid of make_listen_sock() and use make_sock() insteadPablo Neira Ayuso2011-04-071-47/+4
|/
* bsc: Add the bsc-rf-socket command to master as wellHolger Hans Peter Freyther2011-04-073-6/+27
* bsc: Include openbsc/ipaccess.h for the drop_oml commandHolger Hans Peter Freyther2011-04-071-0/+1
* nat: Fix the call to make_sock and pass a 0 priv_nr and the nat as dataHolger Hans Peter Freyther2011-04-071-1/+1
* nat: Remember if the MSC accepted the connection on principleHolger Hans Peter Freyther2011-04-063-0/+37
* ipaccess: proxy: get rid of internal make_sock() implementationPablo Neira Ayuso2011-04-051-39/+3
* libcommon: socket: extend make_sock() prototypePablo Neira Ayuso2011-04-057-15/+18
* ipaccess-config: exit if no network interface is specifiedPablo Neira Ayuso2011-04-051-0/+1
* nat: Bail out if the regexp fails to compile and avoid a crashHolger Hans Peter Freyther2011-04-044-13/+31
* lapd: NULL pointer derefence possible hereHolger Hans Peter Freyther2011-04-041-1/+1
* nat: Make the USSD number matching a regexpHolger Hans Peter Freyther2011-04-013-7/+8
* nat: Fix the return to return CMD_SUCCESS;Holger Hans Peter Freyther2011-04-011-1/+1
* nat: Add commands to remove access-list from NAT and BSC configHolger Hans Peter Freyther2011-03-291-0/+30
* nat: Improve the error message for the failing bind callHolger Hans Peter Freyther2011-03-291-1/+2
* bsc: Make the MSC node a child of CONFIG_NODEHolger Hans Peter Freyther2011-03-292-17/+17
* bsc: Fix the generation of the config file, fix indentionHolger Hans Peter Freyther2011-03-291-4/+4
* src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group()Pablo Neira Ayuso2011-03-284-0/+4
* ipaccess-proxy: fix segfault in handle_dead_socketPablo Neira Ayuso2011-03-271-0/+5
* tests: fix bsc-nat testPablo Neira Ayuso2011-03-262-4/+4