aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-09don't prefix every line with timestamp, this saves some screen real estateHarald Welte3-7/+23
2009-06-09fix typo CHANNL->CHANNELHarald Welte1-1/+1
2009-06-09some more commentsHarald Welte1-2/+3
2009-06-09db.c: tmsi may be empty so put it into '' to make that obvoius (Andreas Evers...Holger Freyther1-3/+3
2009-06-09gsm_04_08.c: Kill duplication pointed out by Andreas EversbergHolger Freyther1-22/+18
2009-06-09gsm_04_08.c: Call subscr_update everytime we let someone in (Andreas Eversberg)Holger Freyther1-0/+1
2009-06-09bsc_hack.c: Fix the -l db option (Andreas Eversberg)Holger Freyther1-1/+1
2009-06-08Add the isdnsync program which enable layer1 and layer2 on a cardHolger Freyther2-1/+195
2009-06-08openbscdefines.h: Add header file to control visibility of symbolsHolger Freyther3-1/+51
2009-06-08pkg-config: Create and install a pkg-config fileHolger Freyther3-0/+15
2009-06-08crypt detection: Make autoheader happyHolger Freyther1-1/+2
2009-06-06gsm_04_08.c: Some spoofing protection against two location updating requestsHolger Freyther1-0/+11
2009-06-06lchan: Handle the abnormal case of channel getting closedHolger Freyther3-1/+39
2009-06-06Revert "[db] Keep track of the current gsm_network"Holger Freyther4-6/+4
2009-06-06[tests] Do no free objects that are allocated on the stackHolger Freyther1-4/+0
2009-06-05fix CONN FAIL and IPAC_DISCONNECT_IND log printingHarald Welte1-3/+2
2009-06-05print reject cause of MM STATUS messageHarald Welte1-1/+10
2009-06-05missing newline in log message about measurement resultHarald Welte1-0/+2
2009-06-05fix printing of measurement resultsHarald Welte1-1/+0
2009-06-05BS11: add nm_state for EnveBTES, PA and BBSIG physical objectsHarald Welte2-1/+37
2009-06-04[subscr] Remove the struct gsm_bts pointer from subscriberHolger Freyther2-7/+2
2009-06-04gsm_subscriber.h: Remove trailing whitespace...Holger Freyther1-1/+1
2009-06-04[debug] Move subscr_get_by_tmsi below the debug statement (Andreas Eversberg)Holger Freyther1-1/+2
2009-06-02[misc] Search for the crypt symbol to conditionally enable crypt in VTYHolger Freyther2-2/+3
2009-06-02[l2] Do not always release the layer2 when closing the socket (Andreas Eversb...Holger Freyther1-3/+2
2009-06-02[e1] Correctly initialize the e1link (Andreas Eversberg)Holger Freyther1-8/+24
2009-06-02[debug] Change DEBUGPC statements to contain \n (Andreas Eversberg)Holger Freyther2-12/+14
2009-06-02[subscriber] Change id to long long unsigned int (Andreas Eversberg)Holger Freyther1-1/+1
2009-06-02[rsl] Change logging of handling reason 0x18 in rsl_rx_conn_fail (Andreas Eve...Holger Freyther1-3/+5
2009-06-02[lchan] Log increase/decrease of channel use count (Andreas Eversberg)Holger Freyther1-1/+9
2009-06-02[subcriber] Fix the subscriber use counting in gsm_04_08.c (Andreas Eversberg)Holger Freyther1-2/+8
2009-06-02[subscriber] Log changes in the usage of a subscriber (Andreas Eversberg)Holger Freyther1-1/+7
2009-06-02[subscriber] Update the lac entry in subscr_update (by Andreas Eversberg)Holger Freyther1-1/+7
2009-06-02debug: Fix the definition on DMM (Andreas Eversberg)Holger Freyther1-1/+1
2009-05-28* give Siemens ObjClass reasonable names rather than A3/A5/A6Harald Welte5-27/+96
2009-05-23some more comments on the abis attributesHarald Welte1-3/+5
2009-05-23make sure even our predefined structures use HARDCODED_BSIC as initial valueHarald Welte1-2/+2
2009-05-23show and edit subscribers from the vty interfaceHarald Welte4-1/+124
2009-05-23mark two functions as static, fix typo in vty messageHarald Welte1-3/+3
2009-05-23Add user-configurable BSIC settingHarald Welte4-2/+29
2009-05-23* replace some more hex bytes in init msgs by #definesHarald Welte2-10/+18
2009-05-23With this patch, the TRAU muxing code supports not just bridging only. Harald Welte7-16/+116
2009-05-23add new function gsm_bts_by_lac() to search for BTS based on location areaHarald Welte2-0/+29
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 Welte3-1/+7
2009-05-23Some messages have one or two length-value information elements. The isHarald Welte5-7/+66
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 Welte3-24/+45
2009-05-23fix some more compiler warningsHarald Welte2-1/+5
2009-05-23fix two compiler warningsHarald Welte1-1/+2