summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support of virtual networks for sending network name to ms depending on imsifairwaves/virt-netIvan Kluchnikov2016-04-1910-20/+290
* Fix segfault with broken configMax2016-04-111-0/+3
* ctrl: Extend ctrl command to optionally handle alg+kiHolger Hans Peter Freyther2016-04-072-2/+85
* db: If creating a subscriber in the db fails, return NULLHolger Hans Peter Freyther2016-04-061-1/+4
* subscr: Make db_create_subscriber fail on duplicatesHolger Hans Peter Freyther2016-04-063-14/+18
* subscr: Add testcase creating an already created subscriberHolger Hans Peter Freyther2016-04-061-0/+36
* Ignore vty test byproductsMax2016-04-051-0/+2
* bsc: Add parameter to restart a btsHolger Hans Peter Freyther2016-04-011-1/+11
* bsc: Add code to send ip.access reboot command to nanoBTSHolger Hans Peter Freyther2016-04-011-0/+39
* abis: Send the message without enforcing to wait for a responseHolger Hans Peter Freyther2016-04-011-1/+1
* Fix MM Auth: zero-initialize auth tuple before first useNeels Hofmeyr2016-03-313-2/+37
* Fix MM Auth: disallow key_seq mismatchNeels Hofmeyr2016-03-313-0/+39
* MM Auth: return AUTH_NOT_AVAIL instead of hardcoded zeroNeels Hofmeyr2016-03-311-4/+4
* MM Auth: introduce AUTH_ERROR constant.Neels Hofmeyr2016-03-314-5/+6
* MM Auth test: add test to re-use existing authNeels Hofmeyr2016-03-312-0/+37
* MM Auth test: add two tests for AUTH_THEN_CIPHNeels Hofmeyr2016-03-312-0/+152
* Add MM Auth test; add auth_action_str() functionNeels Hofmeyr2016-03-319-1/+175
* osmo-bsc: fix compiler warning: store struct in vty->indexNeels Hofmeyr2016-03-271-2/+2
* Revert "move to hex TMSI representation"Harald Welte2016-03-174-12/+11
* move to hex TMSI representationVadim Yanitskiy2016-03-174-11/+12
* fix confusing typo in constant (THAN -> THEN)Neels Hofmeyr2016-03-173-3/+3
* mgcp: Fix compiler warnings on size_t on AMD64Holger Hans Peter Freyther2016-03-161-4/+4
* bsc_scan_msc_msg: check protocol discriminatorNeels Hofmeyr2016-03-151-0/+5
* meas: Do not retry to close the databaseHolger Hans Peter Freyther2016-03-151-11/+2
* 04.08: apply new transaction id inline functionsNeels Hofmeyr2016-03-154-7/+7
* 04.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr2016-03-1512-37/+46
* channel_test: don't segfault if paging failsNeels Hofmeyr2016-03-031-2/+5
* db: evaluate return value of sqlite3_finalize(), tweak log output.Neels Hofmeyr2016-03-011-4/+10
* check return value of sqlite3_close(), retry up to three times.Neels Hofmeyr2016-02-291-1/+11
* use sqlite3_close() instead of sqlite3_close_v2()Neels Hofmeyr2016-02-291-1/+1
* minor commentNeels Hofmeyr2016-02-291-0/+1
* osmo_bsc_filter.c: add fixme noteNeels Hofmeyr2016-02-291-0/+3
* bsc_test.c: fix tz.override val and note a FIXMENeels Hofmeyr2016-02-271-2/+6
* smpp: refactor initialization, add bind addressNeels Hofmeyr2016-02-256-57/+169
* enable ctrl bind config for various programsNeels Hofmeyr2016-02-2510-23/+62
* osmo-nitb: be strict about cmdline argsNeels Hofmeyr2016-02-251-1/+3
* osmo-nitb: cosmetic: rename to rf_ctrl_path, following mncc_sock_pathNeels Hofmeyr2016-02-251-4/+4
* osmo-nitb: add -M to pass specific MNCC socket pathNeels Hofmeyr2016-02-253-11/+17
* enable telnet VTY bind address config for various programsNeels Hofmeyr2016-02-256-16/+43
* gsm340_rx_tpdu: comment-out two unused varsNeels Hofmeyr2016-02-251-3/+7
* ipaccess_rcvmsg: fix returncode, add partial write warningNeels Hofmeyr2016-02-251-1/+7
* 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-242-3/+3
* osmo-bsc: fix checking wrong pointer for ctrl setup successNeels Hofmeyr2016-02-241-1/+1
* gtphub: tweak default logging levelNeels Hofmeyr2016-02-231-1/+1
* gtphub: include ports.h instead of redefining OSMO_VTY_PORT_GTPHUBNeels Hofmeyr2016-02-231-5/+1
* Merge branch 'jerlbeck/fixes/sgsn'Holger Hans Peter Freyther2016-02-228-92/+417
|\
| * sgsn: Re-add searching for MM ctx based on TLLI / P-TMSI matchesJacob Erlbeck2016-02-225-48/+54
| * sgsn/test: Add test case test_gmm_routing_areasJacob Erlbeck2016-02-222-0/+355
| * sgsn: Change handling of missing mmctx in gsm48_rx_gmm_ra_upd_reqJacob Erlbeck2016-02-221-3/+15