aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-02abis_om2k: protect mo fsms by NULL checklynxis/om2000-rebaseAlexander Couzens1-1/+17
2016-11-02OM2000: Throw error when MO can not be enabledPhilipp1-0/+10
2016-11-02OM2000: Add fault report parsingPhilipp1-1/+129
2016-11-02rbs2000: Add missing bts feature definitionsPhilipp1-0/+2
2016-11-02om2000: added support for ericssons sabm negotiationPhilipp1-0/+3
2016-11-02rbs2000: allow to use unixsocket as wellAlexander Couzens1-2/+4
2016-10-17RBS2000: re-establish any lost signalling linksHarald Welte1-0/+12
2016-10-17om2000: Add support for querying RBS capabilitiesroot2-0/+27
2016-10-15OM2000: Fix state machien for CF/TRXC on START ResultHarald Welte1-1/+1
2016-10-15abis_rsl: Add mandatory IE for Ericsson RBS2000 PDCH activationHarald Welte1-0/+3
2016-10-15WIP: OM2000: Full state machine implementation using osmo_fsmHarald Welte2-279/+1089
2016-10-15Attempt at extending dynamic PDCH support to Ericcson RBS2000Harald Welte3-8/+60
2016-10-13msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctxNeels Hofmeyr4-9/+4
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr9-0/+12
2016-10-13meas_pcap2db.c: remove unused include of msgb.hNeels Hofmeyr1-1/+0
2016-10-13bs11_config: initialize bs11 tall ctx, use instead of bsc ctxNeels Hofmeyr1-0/+2
2016-10-13ipaccess-config: initialize root talloc ctx with nameNeels Hofmeyr1-0/+2
2016-10-13Log use of incompatible BS-AG-BLKS-RES valueMax1-2/+7
2016-10-10gsm_trx_name(): don't break if trx is NULLNeels Hofmeyr1-2/+5
2016-10-10abis_rsl_rx_dchan(): guard against lchan_lookup() returning NULLNeels Hofmeyr1-0/+2
2016-10-10Revert "bsc: count the usage of codec by setting the lchan active"Neels Hofmeyr1-35/+0
2016-10-04gprs/gprs_llc: count UI frames over SAPI in the statisticsAlexander Couzens1-0/+3
2016-10-04msc: add counters to track call attempts/active/success/failedAlexander Couzens2-0/+35
2016-10-04bsc: count the usage of codec by setting the lchan activeAlexander Couzens1-0/+35
2016-09-30log CTRL bind only onceNeels Hofmeyr4-8/+0
2016-09-29fix: send SNDCP XID only on GERAN Gb contextsNeels Hofmeyr1-5/+7
2016-09-28COSMETIC: 'if' is not a function, so there is space before '('Harald Welte5-7/+7
2016-09-28cosmetic: bs11: also use ts_is_tch()Neels Hofmeyr1-7/+1
2016-09-28dyn TS: fix: e1_config.c: switch(pchan) for dyn TSNeels Hofmeyr2-6/+17
2016-09-28dyn TS: fix: abis_om2000: also handle dyn TS as TCHNeels Hofmeyr1-2/+16
2016-09-28dyn TS: fix: ts_subslots() for TCH/F_PDCH in PDCH modeNeels Hofmeyr1-6/+20
2016-09-28Revert "bts: extend bts_chan_load to allow counting tch only"Neels Hofmeyr4-29/+6
2016-09-27cosmetic: comment typo on e1_config.cNeels Hofmeyr1-1/+1
2016-09-27log VTY telnet bind only onceNeels Hofmeyr6-12/+0
2016-09-26mscsplit: directly access gsm_network backpointer from gsm_subscriber_connectionNeels Hofmeyr5-60/+53
2016-09-26mscsplit: add gsm_network backpointer to gsm_subscriber_connectionNeels Hofmeyr1-0/+1
2016-09-26mscsplit: abis vty: decouple from global bsc_gsmnet variableNeels Hofmeyr2-4/+4
2016-09-26mscsplit: bsc_vty_init(): decouple from global bsc_gsmnetNeels Hofmeyr4-4/+4
2016-09-26mscsplit: talloc_ctx_init(): decouple from global tall_bsc_ctxNeels Hofmeyr2-20/+17
2016-09-26mscsplit: gsm_network_init(): add explicit root talloc ctxNeels Hofmeyr4-5/+7
2016-09-26mscsplit: move subscriber conns list into struct gsm_networkNeels Hofmeyr3-8/+5
2016-09-26mscsplit: bsc_init: don't pass telnet dummy connNeels Hofmeyr1-4/+1
2016-09-24SNDCP: add V.42bis data compression functionalityPhilipp6-18/+521
2016-09-24V.42bis: integration and unit testPhilipp2-13/+17
2016-09-24V.42bis: add sourcecode from IAXmodem (SPANDSP)Philipp1-0/+764
2016-09-24SNDCP: add RFC1144 header compression functionalityPhilipp7-31/+1300
2016-09-24RFC1144: integration and unit-testPhilipp3-88/+163
2016-09-24RFC1144: add slhc code from linux kernelPhilipp1-0/+744
2016-09-24SNDCP: add SNDCP-XID encoder/decoder and unit testPhilipp2-0/+1805
2016-09-23bts: extend bts_chan_load to allow counting tch onlyAlexander Couzens4-6/+29