aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-16rbs2000: Add missing bts feature definitionsPhilipp1-0/+2
2016-11-15abisip-find: use protocol constantMax1-2/+2
2016-11-15SNDCP: Fixup based on Coverity Scan suggestionPhilipp1-1/+1
2016-11-15gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_infoDaniel Willmann2-12/+26
2016-11-13OM2000: CON MO: Allow larger range for CCP and CI valuesHarald Welte1-2/+2
2016-11-13Support configuration of CON MO Groups/Paths from VTYHarald Welte3-69/+201
2016-11-11RBS2000: Ensure the is-connection-list command is only used on RBS2000Harald Welte1-0/+6
2016-11-11RBS2000: Avoid segfault if ts->lapd instance doesn't existHarald Welte1-0/+2
2016-11-11bs11_config: remove compiler waring about unused variableHarald Welte1-2/+2
2016-11-11talloc_cxt: Fix compiler warning / missing #includeHarald Welte1-0/+1
2016-11-10OM2000: disallow ip.access style TCH/F_PDCH pchan typeNeels Hofmeyr1-0/+9
2016-11-10OM2000: for TS conf of dyn TS, always send TCH/F chan combNeels Hofmeyr1-5/+1
2016-11-10fix use after free in bsc_config_freeNeels Hofmeyr1-1/+1
2016-11-09OM2000: Throw error when MO can not be enabledPhilipp1-0/+10
2016-11-09om2000: added support for ericssons sabm negotiationPhilipp1-0/+3
2016-11-09OM2000: Add fault report parsingPhilipp1-1/+129
2016-11-09RBS2000: re-establish any lost signalling linksHarald Welte1-0/+12
2016-11-09om2000: Add support for querying RBS capabilitiesroot2-0/+27
2016-11-09lchan: Release channel in case of late activation ackHolger Hans Peter Freyther1-3/+28
2016-11-09SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTPHarald Welte1-1/+14
2016-11-09OM2000: Fix state machien for CF/TRXC on START ResultHarald Welte1-1/+1
2016-11-08WIP: OM2000: Full state machine implementation using osmo_fsmHarald Welte2-279/+1089
2016-11-03bsc_vty: include dyn TS info in vty show lchanNeels Hofmeyr1-3/+53
2016-11-02log: count_codecs(): drop logging of non-TCH lchan typesNeels Hofmeyr1-3/+0
2016-11-02mncc_builtin: Properly reject DTMFlynxis/masterHarald Welte1-0/+2
2016-11-01Cosmetic: Add missing switch to usage helpPhilipp1-0/+1
2016-11-01gsm0408: Adding log output for 3g specific RR messagesPhilipp2-7/+11
2016-11-01OML: Improve OML attribute handlingPhilipp3-221/+252
2016-11-01Decrease count_codecs logging verbosityMax1-2/+2
2016-10-30info log: iu: add line break to and tweak rx RAB Ass Resp logNeels Hofmeyr1-3/+2
2016-10-28sndcp: Fixups for sndcp layer based on coverity-scan suggestionsPhilipp3-13/+15
2016-10-27bsc: count the usage of codec by setting the lchan activeAlexander Couzens1-0/+37
2016-10-18Replace magic number with defineMax1-1/+1
2016-10-14fix mistypes, spaces and tabsAlexander Couzens3-17/+17
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