summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* abis_rsl: use msgb_pull to parse tlli from msglynxis/rbs2000_upstreamAlexander Couzens2017-03-131-4/+2
* abis_rsl: fix off-by-one length check when parsing ericson tlli fieldAlexander Couzens2017-03-131-1/+1
* pcu_sock: fix paging group calculationPhilipp Maier2017-03-131-2/+2
* pcu_sock: reorganize calculation of paging groupPhilipp Maier2017-03-131-23/+24
* abis-rsl: Send imm.ass messages via PCHPhilipp Maier2017-03-134-20/+62
* pcu_sock: Fix broken paging commandPhilipp Maier2017-03-131-8/+21
* pcu_sock: Forward imm.ass PCU originated messagesPhilipp Maier2017-03-134-0/+59
* pcu_sock: implement direct tlli on AGCHAlexander Couzens2017-03-132-1/+33
* pcu_sock: pcu_tx_info_ind allow to use TRX not starting from 0Alexander Couzens2017-03-131-1/+1
* pcu_sock: set flag PCU_IF_FLAG_SYSMO by setting pcu_direct = 1Alexander Couzens2017-03-131-1/+1
* pcu_sock: Send non-NULL hLayer1 to PCUHarald Welte2017-03-131-0/+1
* pcu_sock: Forward paging request from PCU via RSL to BTSHarald Welte2017-03-131-9/+44
* pcu_sock: get rid of magic numbers and use ARRAY_SIZE() for array iterationHarald Welte2017-03-131-3/+3
* pcu_sock: Don't re-implement core functionality like gsm_bts_trx_num()Harald Welte2017-03-131-14/+2
* pcu_sock: add basic pcu interface supportPhilipp Maier2017-03-1310-1/+929
* HACK: libbsc/rbs2000: delay the ALTRQ request by 3 secAlexander Couzens2017-03-132-2/+12
* HACK: Don't require TRX numbers to start at 0Harald Welte2017-03-133-50/+43
* HACK: re-activate dynamic PDCH after activation failureHarald Welte2017-03-131-2/+8
* libbsc: add debug log message to S_L_INP_* callbacksPhilipp Maier2017-03-132-0/+7
* libbsc: add rsl_ericsson_imm_assign_cmd() which reply with a confirmation messageAlexander Couzens2017-03-132-1/+27
* RBS2000 RSL: Support for sending RSL PAGING CMD for GPRSHarald Welte2017-03-133-3/+9
* RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCHHarald Welte2017-03-131-0/+7
* abis_om2k: protect MO FSMs by NULL checkAlexander Couzens2017-03-131-1/+17
* OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req AckHarald Welte2017-03-133-0/+32
* OM2000: Change the order of MO initializationHarald Welte2017-03-131-22/+24
* OM2000: Add FIXME comments for missing resolving of RX/TX MO!Harald Welte2017-03-131-0/+2
* unixsocket: start sabm for UNIXSOCKETAlexander Couzens2017-03-131-2/+4
* gsm_data_shared: add value strings for gsm_chreqPhilipp Maier2017-03-132-1/+11
* gprs: fix T3186 encoding in Sysinfo 13Philipp Maier2017-03-131-1/+7
* libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASEAlexander Couzens2017-03-133-3/+16
* 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