summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* abis_om2000: for TS conf of dyn TS, always send TCH/F as chan combneels/om2000Neels Hofmeyr2016-11-071-5/+1
* om2000: added support for ericssons sabm negotiationPhilipp2016-10-191-0/+106
* OM2000: Add fault report parsingPhilipp2016-10-191-1/+129
* RBS2000: re-establish any lost signalling linksHarald Welte2016-10-191-0/+12
* om2000: Add support for querying RBS capabilitiesroot2016-10-193-0/+28
* OM2000: Fix state machien for CF/TRXC on START ResultHarald Welte2016-10-191-1/+1
* abis_rsl: Add mandatory IE for Ericsson RBS2000 PDCH activationHarald Welte2016-10-191-0/+3
* WIP: OM2000: Full state machine implementation using osmo_fsmHarald Welte2016-10-194-286/+1132
* Attempt at extending dynamic PDCH support to Ericcson RBS2000Harald Welte2016-10-194-9/+61
* Replace magic number with defineMax2016-10-182-1/+5
* fix mistypes, spaces and tabsAlexander Couzens2016-10-143-17/+17
* msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctxNeels Hofmeyr2016-10-135-13/+7
* msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr2016-10-1315-0/+20
* gtphub_test.c: remove unused include of msgb.hNeels Hofmeyr2016-10-131-1/+0
* meas_pcap2db.c: remove unused include of msgb.hNeels Hofmeyr2016-10-131-1/+0
* bs11_config: initialize bs11 tall ctx, use instead of bsc ctxNeels Hofmeyr2016-10-131-0/+2
* ipaccess-config: initialize root talloc ctx with nameNeels Hofmeyr2016-10-131-0/+2
* Log use of incompatible BS-AG-BLKS-RES valueMax2016-10-131-2/+7
* jenkins.sh: use osmo-build-dep.sh, log test failuresNeels Hofmeyr2016-10-121-40/+23
* DTX DL: use FSM for AMRMax2016-10-121-12/+9
* gsm_trx_name(): don't break if trx is NULLNeels Hofmeyr2016-10-101-2/+5
* abis_rsl_rx_dchan(): guard against lchan_lookup() returning NULLNeels Hofmeyr2016-10-101-0/+2
* Revert "bsc: count the usage of codec by setting the lchan active"Neels Hofmeyr2016-10-102-45/+0
* DTX: add flag for AMR HR P*Max2016-10-051-0/+5
* DTX: extend SID cacheMax2016-10-051-1/+1
* gprs/gprs_llc: count UI frames over SAPI in the statisticsAlexander Couzens2016-10-041-0/+3
* msc: add counters to track call attempts/active/success/failedAlexander Couzens2016-10-043-1/+42
* bsc: count the usage of codec by setting the lchan activeAlexander Couzens2016-10-042-0/+45
* configure: check for pkg-config presenceNeels Hofmeyr2016-10-011-0/+7
* build: be robust against install-sh files above the root dirNeels Hofmeyr2016-10-011-0/+3
* SGSN: Fixing build configPhilipp2016-09-302-4/+8
* vty_test_runner.py: fix indents to use spaces, fix vim commentNeels Hofmeyr2016-09-301-27/+27
* vty_test_runner.py: make unittest print all output by defaultNeels Hofmeyr2016-09-301-1/+1
* log CTRL bind only onceNeels Hofmeyr2016-09-304-8/+0
* fix: send SNDCP XID only on GERAN Gb contextsNeels Hofmeyr2016-09-291-5/+7
* vty_test_runner.py: fix nat_msc_test(): socket attach: reduce timeout, retryNeels Hofmeyr2016-09-281-5/+22
* COSMETIC: 'if' is not a function, so there is space before '('Harald Welte2016-09-285-7/+7
* cosmetic: bs11: also use ts_is_tch()Neels Hofmeyr2016-09-281-7/+1
* dyn TS: fix: e1_config.c: switch(pchan) for dyn TSNeels Hofmeyr2016-09-283-6/+18
* dyn TS: fix: abis_om2000: also handle dyn TS as TCHNeels Hofmeyr2016-09-281-2/+16
* dyn TS: fix: ts_subslots() for TCH/F_PDCH in PDCH modeNeels Hofmeyr2016-09-282-7/+21
* Revert "bts: extend bts_chan_load to allow counting tch only"Neels Hofmeyr2016-09-285-30/+7
* channel_test: test nr of subslots for dyn pchan, with errorNeels Hofmeyr2016-09-282-0/+32
* channel test: prepare to add another test functionNeels Hofmeyr2016-09-281-3/+8
* cosmetic: comment typo on e1_config.cNeels Hofmeyr2016-09-271-1/+1
* SLHC: Improving slhc (RFC1144) testcasePhilipp2016-09-272-56/+130
* log VTY telnet bind only onceNeels Hofmeyr2016-09-276-12/+0
* vty_test_runner.py: raise exception when MSC socket connection failsNeels Hofmeyr2016-09-261-0/+4
* cosmetic: vty_test_runner.py: add comment for vim auto settingsNeels Hofmeyr2016-09-261-0/+2
* mscsplit: directly access gsm_network backpointer from gsm_subscriber_connectionNeels Hofmeyr2016-09-265-60/+53