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