aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-13abis_rsl: use msgb_pull to parse tlli from msglynxis/rbs2000_upstreamAlexander Couzens1-4/+2
2017-03-13abis_rsl: fix off-by-one length check when parsing ericson tlli fieldAlexander Couzens1-1/+1
2017-03-13pcu_sock: fix paging group calculationPhilipp Maier1-2/+2
2017-03-13pcu_sock: reorganize calculation of paging groupPhilipp Maier1-23/+24
2017-03-13abis-rsl: Send imm.ass messages via PCHPhilipp Maier4-20/+62
2017-03-13pcu_sock: Fix broken paging commandPhilipp Maier1-8/+21
2017-03-13pcu_sock: Forward imm.ass PCU originated messagesPhilipp Maier4-0/+59
2017-03-13pcu_sock: implement direct tlli on AGCHAlexander Couzens2-1/+33
2017-03-13pcu_sock: pcu_tx_info_ind allow to use TRX not starting from 0Alexander Couzens1-1/+1
2017-03-13pcu_sock: set flag PCU_IF_FLAG_SYSMO by setting pcu_direct = 1Alexander Couzens1-1/+1
2017-03-13pcu_sock: Send non-NULL hLayer1 to PCUHarald Welte1-0/+1
2017-03-13pcu_sock: Forward paging request from PCU via RSL to BTSHarald Welte1-9/+44
2017-03-13pcu_sock: get rid of magic numbers and use ARRAY_SIZE() for array iterationHarald Welte1-3/+3
2017-03-13pcu_sock: Don't re-implement core functionality like gsm_bts_trx_num()Harald Welte1-14/+2
2017-03-13pcu_sock: add basic pcu interface supportPhilipp Maier10-1/+929
2017-03-13HACK: libbsc/rbs2000: delay the ALTRQ request by 3 secAlexander Couzens2-2/+12
2017-03-13HACK: Don't require TRX numbers to start at 0Harald Welte3-50/+43
2017-03-13HACK: re-activate dynamic PDCH after activation failureHarald Welte1-2/+8
2017-03-13libbsc: add debug log message to S_L_INP_* callbacksPhilipp Maier2-0/+7
2017-03-13libbsc: add rsl_ericsson_imm_assign_cmd() which reply with a confirmation mes...Alexander Couzens2-1/+27
2017-03-13RBS2000 RSL: Support for sending RSL PAGING CMD for GPRSHarald Welte3-3/+9
2017-03-13RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCHHarald Welte1-0/+7
2017-03-13abis_om2k: protect MO FSMs by NULL checkAlexander Couzens1-1/+17
2017-03-13OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req AckHarald Welte3-0/+32
2017-03-13OM2000: Change the order of MO initializationHarald Welte1-22/+24
2017-03-13OM2000: Add FIXME comments for missing resolving of RX/TX MO!Harald Welte1-0/+2
2017-03-13unixsocket: start sabm for UNIXSOCKETAlexander Couzens1-2/+4
2017-03-13gsm_data_shared: add value strings for gsm_chreqPhilipp Maier2-1/+11
2017-03-13gprs: fix T3186 encoding in Sysinfo 13Philipp Maier1-1/+7
2017-03-13libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASEAlexander Couzens3-3/+16
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr30-115/+615
2017-03-07Add MS time. offset to gsm_lchanMax1-0/+6
2017-03-05vty tests: close msc socket after nat_msc_testNeels Hofmeyr1-23/+27
2017-03-05sgsn: fix problem with leading-zero-IMSIsPhilipp Maier1-2/+11
2017-03-02vty tests: allow picking specific tests to run by nameNeels Hofmeyr1-0/+5
2017-03-02Fix potential segfault in sgsn_libgtp.cMax1-3/+5
2017-03-02subscriber conn: add indicator for originating RANNeels Hofmeyr3-1/+10
2017-03-02fix: gprs_gmm, gprs_llc_vty: two unterminated value_string arraysNeels Hofmeyr2-0/+2
2017-03-01meas_json: fix NEIGH: missing array bracesKeith1-1/+2
2017-02-28libmsc/update_db_revision_3(): free memleaking db resultAlexander Couzens1-0/+2
2017-02-28silent_call: remove unfinished fuzzer interfacePhilipp Maier3-0/+9
2017-02-28ctrl_test_runner: speed up more than 10 fold by sleeping lessNeels Hofmeyr1-3/+13
2017-02-28vty test: nat_msc_test: setsockopt REUSE to avoid TIME_WAIT problemsNeels Hofmeyr1-0/+1
2017-02-27XID: resend xid with pdp-ctx-ack messagesPhilipp Maier1-1/+15
2017-02-27SGSN VTY: make missing GSUP server address+port fatalNeels Hofmeyr2-12/+10
2017-02-27SGSN: Integrate support for UMTS AKANeels Hofmeyr5-30/+205
2017-02-25smpp_test_runner.py: fix socket leakNeels Hofmeyr1-0/+2
2017-02-25python tests: remove process 'Launch' message, now at osmoutilNeels Hofmeyr3-3/+0
2017-02-25vty_rest_runner.py: remove debug monitoring for TCP socketsNeels Hofmeyr1-22/+0
2017-02-25utils: 'meas_json' utility to convert measurement feed into a JSON feed.Alexander Chemeris2-0/+206