aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-23* replace some more hex bytes in init msgs by #definesHarald Welte1-10/+14
2009-05-23With this patch, the TRAU muxing code supports not just bridging only. Harald Welte5-14/+106
2009-05-23add new function gsm_bts_by_lac() to search for BTS based on location areaHarald Welte1-0/+27
2009-05-23RSL should not be called RSSL in the debug definition (Andreas Eversberg)Harald Welte1-1/+1
2009-05-23A new debug flag is introduced: "DMNCC". MNCC is the Mobile Network CallHarald Welte2-0/+5
2009-05-23Some messages have one or two length-value information elements. The isHarald Welte4-6/+38
2009-05-23add FIXME comment about the fact that we're paging in the wrong BTSHarald Welte1-0/+3
2009-05-23To slow down transmission of many ABIS frames at a time, a delay timerHarald Welte2-24/+42
2009-05-23fix some more compiler warningsHarald Welte1-1/+3
2009-05-23fix two compiler warningsHarald Welte1-1/+2
2009-05-23An application that has own events and file descriptors, must pollHarald Welte5-12/+16
2009-05-23Correct handlong of data link status change (Andreas Eversberg)Harald Welte1-2/+14
2009-05-23* rename the timer functions to avoid name collisions with libmisdn.Harald Welte7-25/+29
2009-05-21vty: disable password encryption, remove dependency to lcryptHarald Welte3-2/+16
2009-05-21Fix compilation issues on OS X - mainly #include file changes (Lars Immisch)Harald Welte4-4/+4
2009-05-17dump CCLK accuracy/type as part of bs11_config queryHarald Welte2-2/+45
2009-05-01revert commit #481: we actually still need that stupid usleep() to reliably b...Harald Welte1-0/+1
2009-05-01Fix "CM Service Request" parsing for Phase 1 devices. This means MO calls fr...Harald Welte1-6/+12
2009-05-01implement parsing and printing of RSL measurement resultsHarald Welte1-1/+34
2009-05-01add verbose reporting of RR STATUS causeHarald Welte1-1/+46
2009-05-01don't print rf resource indication messages, they clutter up the logsHarald Welte1-1/+1
2009-05-01abis_nm: print some information about failure event report type / severityHarald Welte1-1/+58
2009-05-01print OML bts_nr rather than bts->nrHarald Welte1-1/+1
2009-05-01print cause for channel activate NACKHarald Welte1-5/+9
2009-05-01fix printing of ip.access disconnect causeHarald Welte1-1/+1
2009-05-01remove any sleeping from the ip.access input codeHarald Welte1-1/+0
2009-05-01remove misleading debug messagesHarald Welte2-7/+10
2009-05-01make sure we terminate bsc_hack if the OML/RSL listening sockets cannot be cr...Harald Welte2-2/+3
2009-05-01Fix long-standing bug: nanoBTS now even works after cold boot (first time aft...Harald Welte1-20/+48
2009-05-01bs11_config build fixHarald Welte1-1/+2
2009-05-01send a signal for every software activation or failure event reportHarald Welte1-0/+3
2009-05-01add VTY command to set BTS unit IDHarald Welte1-4/+30
2009-05-01no need to make gsmnet structure non-static (fix from last commit)Harald Welte1-1/+1
2009-05-01* Add support for multiple ip.access nanoBTS at one BSCHarald Welte5-162/+322
2009-05-01ensure the tag parsing function is the same as used in input/ipaccess.cHarald Welte1-3/+1
2009-05-01make sure all REPORT type messages have debug statements printing object clas...Harald Welte1-7/+9
2009-05-01abis_nm wants to use bts->bts_nr (the number of the BTS in the OML link) ratherHarald Welte2-11/+11
2009-05-01fix compiler warnings in abis_nm.cHarald Welte1-6/+12
2009-05-01abis_nm: print the NACK cause in human readable form Harald Welte1-4/+71
2009-05-01[misc] Sanity check and error messages in misdn.cHolger Freyther1-11/+27
2009-04-30fix printing of OML IPHarald Welte1-1/+1
2009-04-30fix missing \n at end of debug statementHarald Welte2-3/+4
2009-04-30add new 'ipaccess-config' program to set Unit ID and primary OML NVRAM parame...Harald Welte4-3/+267
2009-04-30functionality to set nanoBTS NVRAM attributes and to restart BTSHarald Welte1-3/+30
2009-04-30more pretty-printing of ipaccess-find outputHarald Welte1-1/+22
2009-04-29Add some more ip.access specific OML attributes/messages. In this case it is Harald Welte1-0/+2
2009-04-29bs11_config: print PLL 'work' and 'set' values during queryHarald Welte2-2/+9
2009-04-29add missing newline in debug statement for RS232 TXHarald Welte1-1/+1
2009-04-29activate subchannel muxer/demuxer on E1 TS 3Harald Welte1-3/+1
2009-04-29Fix order of subchannel bits (Andreas Eversberg)Harald Welte1-5/+5