aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rsl: add timer to release channel if we don't get release req ack/nackcamp2011Pablo Neira Ayuso2011-08-144-1/+26
* Revert "Config for second instance"Harald Welte2011-08-132-2/+2
* Merge remote-tracking branch 'rrlp/master' into camp2011Harald Welte2011-08-138-5/+324
|\
| * Wire up RRLP for silent call and add VTY commandsHarald Welte2011-08-135-5/+40
| * Config for second instanceHarald Welte2011-08-132-2/+2
| * Apply patch for RRLPHarald Welte2011-08-122-0/+284
* | bsc: add VTY command to force sending SABM messagesPablo Neira Ayuso2011-08-111-0/+145
|/
* libbsc: Log if a channel is freed with lchan->state != LCHAN_S_NONEDaniel Willmann2011-08-111-0/+4
* libbsc: Cosmetic fix for the channel activate NACK log messageDaniel Willmann2011-08-111-1/+1
* libbsc: Release the RF channel if BTS thinks it's still in useDaniel Willmann2011-08-111-0/+3
* libbsc: Call lchan_free in the timeout callbacksDaniel Willmann2011-08-111-2/+4
* libbsc: Only skip lchans with state AND type set to NONE in show lchanJan Luebbe2011-08-111-1/+1
* MNCC: Never send zero-length msgb packets to the socketPeter Stuge2011-08-111-0/+9
* RSL: add timer for lchan activation/deactivation without BTS responseHarald Welte2011-08-112-1/+38
* DAHDI: Actually increment e1_input related rate countersHarald Welte2011-08-111-0/+16
* E1 Input: better names for rate countersHarald Welte2011-08-111-4/+4
* E1 Input: Add rate counters for events related to E1 linesHarald Welte2011-08-113-12/+66
* E1 Input: Move 'show e1_*' command to e1_input_vty.cHarald Welte2011-08-112-117/+118
* E1 Input: Add VTY command to specify the name of a LineHarald Welte2011-08-111-1/+28
* libbsc: Don't free secondary lchan if it is NULL.Daniel Willmann2011-08-101-1/+5
* trau: fix wrong message size for GSM_TCHF_FRAME passed to MNCCPablo Neira Ayuso2011-08-101-0/+1
* NOKIA: Resend SABM on unknown TEI from LAPDPablo Neira Ayuso2011-08-101-1/+8
* LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso2011-08-105-8/+44
* Fix MNCC for the NOKIA BTS typeHarald Welte2011-08-101-0/+2
* NOKIA: use 'struct value_string' whenever possibleHarald Welte2011-08-101-472/+243
* NOKIA: use 'value_string' for severity and bts_typeHarald Welte2011-08-101-48/+31
* NOKIA: Move more static variables into 'struct gsm_bts'Harald Welte2011-08-102-14/+16
* NOKIA: move 'conf' and 'bts_type' into 'struct gsm_bts'Harald Welte2011-08-101-12/+10
* NOKIA: Some more whitespace changesHarald Welte2011-08-101-20/+11
* Nokia: Coding styleHarald Welte2011-08-101-1633/+1666
* Initial version of Support for Nokia *Site BTSDieter Spaar2011-08-1012-1/+2163
* 04.08 / MNCC: elevate error messages to LOGL_ERRORHarald Welte2011-08-091-5/+5
* LAPD: Use proper log levels and prefix all messages with LAPDHarald Welte2011-08-091-24/+27
* LAPD: Remove all calls to 'assert' from the codeHarald Welte2011-08-091-4/+11
* DAHDI: Fix case where we have multiple E1 ports/cards (spans)Harald Welte2011-08-091-1/+7
* GPRS: Fix the parsing/interpretation of the PDP CTX status IEHarald Welte2011-08-051-8/+16
* TRAU: Properly initialize idle framesDieter Spaar2011-07-271-3/+29
* BSC VTY: Accept MNC of 0-999, as 0 is a valid MNCDieter Spaar2011-07-271-1/+1
* RSL: Fix erroneous GSM48_IE_CHANDESC_2 in rsl_chan_activate_lchan()Dieter Spaar2011-07-271-1/+1
* LLC: Fix format stringDieter Spaar2011-07-271-1/+1
* GPRS: Fix buffer overflow in case of very long MS RA CAP IEHarald Welte2011-07-272-4/+10
* smsqueue: There was a race/bug with a booting phone, paging and LUHolger Hans Peter Freyther2011-07-251-10/+44
* fix some header file related issues preventing lcr from compilingHarald Welte2011-07-232-5/+7
* Merge branch 'daniel/controlif'Holger Hans Peter Freyther2011-07-194-15/+80
|\
| * osmo-bsc: Only keep the newest of subsequent invalid positionsDaniel Willmann2011-07-191-1/+12
| * osmo_bsc: Track the last three locations.Daniel Willmann2011-07-191-7/+47
| * osmo-bsc: Add valid field to location commandDaniel Willmann2011-07-191-6/+13
| * osmo-bsc: Improve return handling in verify_net_locDaniel Willmann2011-07-191-3/+2
| * osmo-bsc: Compare char * with NULL instead of 0Daniel Willmann2011-07-191-1/+2
| * libcommon: Add DCTRL logging destination for libctrl related messagesDaniel Willmann2011-07-192-0/+6