summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SI3: indicate R99+ MSC to GSM MS to enable UMTS AKAneels/vlrNeels Hofmeyr2017-03-161-0/+3
* Add msc_vlr test suite for MSC+VLR end-to-end testsNeels Hofmeyr2017-03-1634-2/+15304
* Use libvlr in libmsc (large refactoring)Harald Welte2017-03-1666-3827/+2141
* Add libvlr implementationHarald Welte2017-03-1617-0/+5431
* logging: auth request: use hexdump without spaces for RAND, AUTNNeels Hofmeyr2017-03-161-2/+2
* gsup_client: allow passing a unit id to identify with HLRNeels Hofmeyr2017-03-164-7/+21
* GPRS/IuPS: remove all 3G authentication dev hacksNeels Hofmeyr2017-03-162-44/+2
* LU counters: count completion and failure, not messages sentNeels Hofmeyr2017-03-163-20/+38
* oap tests: fix after SQN scheme changes from libosmocoreNeels Hofmeyr2017-03-151-1/+1
* OM2000: Change the order of MO initializationHarald Welte2017-03-151-22/+24
* gprs: fix T3186 encoding in Sysinfo 13Philipp Maier2017-03-151-1/+7
* examples: remove logging level * everythingMax2017-03-152-7/+7
* cosmetic: Add commandline option to display versionPhilipp Maier2017-03-151-1/+6
* libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASEAlexander Couzens2017-03-153-3/+16
* cosmetic: add copyright header to bsc_control.pyPhilipp Maier2017-03-141-0/+21
* gprs_sgsn.c: initialize ptmsi with 0xdeadbeefAlexander Couzens2017-03-141-1/+1
* python tests: vty and smpp: speed up >10 timesNeels Hofmeyr2017-03-142-2/+0
* unixsocket: start sabm for UNIXSOCKETAlexander Couzens2017-03-131-2/+4
* OM2000: Add FIXME comments for missing resolving of RX/TX MO!Harald Welte2017-03-131-0/+2
* add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr2017-03-0830-115/+615
* Add MS time. offset to gsm_lchanMax2017-03-071-0/+6
* vty tests: close msc socket after nat_msc_testNeels Hofmeyr2017-03-051-23/+27
* sgsn: fix problem with leading-zero-IMSIsPhilipp Maier2017-03-051-2/+11
* vty tests: allow picking specific tests to run by nameNeels Hofmeyr2017-03-021-0/+5
* Fix potential segfault in sgsn_libgtp.cMax2017-03-021-3/+5
* subscriber conn: add indicator for originating RANNeels Hofmeyr2017-03-023-1/+10
* fix: gprs_gmm, gprs_llc_vty: two unterminated value_string arraysNeels Hofmeyr2017-03-022-0/+2
* meas_json: fix NEIGH: missing array bracesKeith2017-03-011-1/+2
* libmsc/update_db_revision_3(): free memleaking db resultAlexander Couzens2017-02-281-0/+2
* silent_call: remove unfinished fuzzer interfacePhilipp Maier2017-02-283-0/+9
* ctrl_test_runner: speed up more than 10 fold by sleeping lessNeels Hofmeyr2017-02-281-3/+13
* vty test: nat_msc_test: setsockopt REUSE to avoid TIME_WAIT problemsNeels Hofmeyr2017-02-281-0/+1
* XID: resend xid with pdp-ctx-ack messagesPhilipp Maier2017-02-271-1/+15
* SGSN VTY: make missing GSUP server address+port fatalNeels Hofmeyr2017-02-272-12/+10
* SGSN: Integrate support for UMTS AKANeels Hofmeyr2017-02-275-30/+205
* smpp_test_runner.py: fix socket leakNeels Hofmeyr2017-02-251-0/+2
* python tests: remove process 'Launch' message, now at osmoutilNeels Hofmeyr2017-02-253-3/+0
* vty_rest_runner.py: remove debug monitoring for TCP socketsNeels Hofmeyr2017-02-251-22/+0
* utils: 'meas_json' utility to convert measurement feed into a JSON feed.Alexander Chemeris2017-02-252-0/+206
* add struct gprs_subscr, separating gprs from gsm_subscriberNeels Hofmeyr2017-02-2513-151/+269
* cosmetic: rename struct osmo_msc_data to bsc_msc_dataNeels Hofmeyr2017-02-2414-107/+107
* cosmetic: rename osmo_msc_data.h to bsc_msc_data.hNeels Hofmeyr2017-02-2419-18/+18
* cosmetic: clarify BSC's remote MSC data vs. OsmoMSCNeels Hofmeyr2017-02-241-0/+6
* cosmetic: gsm_data.h, README: rename CSCN to MSCNeels Hofmeyr2017-02-242-2/+2
* vty: fix subscr ref count leak in 'subscriber name' cmdNeels Hofmeyr2017-02-241-0/+1
* vty_test_runner.py: fix socket leakNeels Hofmeyr2017-02-241-0/+2
* cosmetic: remove unused scall_signal_data.subscrNeels Hofmeyr2017-02-231-1/+0
* logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2017-02-235-26/+26
* debug.h/c: remove unused cruft / cosmetic tweaksNeels Hofmeyr2017-02-222-13/+2
* logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr2017-02-227-55/+32