aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-31[e1] Enable dumping of LAPD frames againHolger Freyther4-13/+15
2009-03-31[e1input] Do not redefine PF_ISDN if it is already definedHolger Freyther1-0/+2
2009-03-30Store incoming SMS into SQL databaseHarald Welte8-135/+490
2009-03-30check for malloc failsHarald Welte1-0/+5
2009-03-28add stubs for enable/configure terminal/bts/trx/ts commands in VTY interfaceHarald Welte2-5/+163
2009-03-28add 'show paging' for BTS to telnet interfaceHarald Welte1-0/+45
2009-03-28Fix 'delete-trx1' command of bs11_config (we can now delete TRX1)Harald Welte3-5/+19
2009-03-11[misc] Make distcheck work againHolger Freyther4-1/+4
2009-03-10* more human-readable strings instead of values Harald Welte1-19/+101
2009-03-10* correctly handle VTY_READ/VTY_WRITE events and select loop integration of VTYHarald Welte3-23/+55
2009-03-10* make sure we can obtain signalling type and timslot type namesHarald Welte2-1/+30
2009-03-10export nm_*_name() functions to get operational and availability state to str...Harald Welte2-5/+7
2009-03-10export list of e1 drivers and e1 linesHarald Welte2-5/+7
2009-03-10* don't print lchan's of type NONEHarald Welte1-6/+9
2009-03-10we don't need LEX anymoreHarald Welte1-1/+0
2009-03-10make telnet interface use VTY codeHarald Welte4-407/+21
2009-03-10add VTY dumping functions for OpenBSCHarald Welte2-1/+458
2009-03-10import VTY code from zebra/quagga (from my cardshell project)Harald Welte10-1/+6336
2009-03-10move is_ipaccess_bts() and parse_btstype9) to gsm_data.cHarald Welte4-31/+41
2009-03-10add USSD protocol discriminatorHarald Welte1-0/+1
2009-03-10more verbose attribute ack/nackHarald Welte1-2/+7
2009-03-09[misc] Fix compile warnings...Holger Freyther6-6/+22
2009-02-28actually request the IMEI not IMEISV, since Phase 1 doesn't have IMEISVHarald Welte1-2/+2
2009-02-28introduce new 'mode' parameter to RSL ACTIVATE CHANNELHarald Welte2-8/+15
2009-02-28* more RSL and 04.08 constant definesHarald Welte4-12/+51
2009-02-28make sure all channels in one BTS use the same TSC (training sequence code)Harald Welte4-1/+7
2009-02-28make hexdump return a 'char *' rather than printing by itselfHarald Welte5-36/+25
2009-02-24add missing header includeHarald Welte1-0/+1
2009-02-24fix non-randomness of TMSI by seeding the PRNG. Later we should use opensslHarald Welte1-0/+3
2009-02-24enable IMSI ATTACH/DETACHHarald Welte1-1/+1
2009-02-23[sms] Fix the length of the of the outgoing data...Holger Freyther1-4/+3
2009-02-23[sms] Fix memory leakHolger Freyther1-0/+1
2009-02-23[sms] Fix two bugs regarding 7 bit coding...Holger Freyther1-3/+3
2009-02-23[sms] Add test case for the 7-bit coding/decoding...Holger Freyther3-3/+23
2009-02-23[sms] Remove hardcoded size and use the SIZE_OF trick..Holger Freyther1-1/+1
2009-02-23[db] Introduce a table for SMSHolger Freyther1-0/+18
2009-02-23[misc] Fix make distcheck again...Holger Freyther1-1/+1
2009-02-23remove subchan_demux debug statements, add DMUX commandline parsingHarald Welte2-2/+1
2009-02-23Ignore CONNECTION FAIL INDICATION cause 0x18 to make sure our phone calls sur...Harald Welte1-10/+44
2009-02-22reduce lag in voice calls by reducing the subchannel muxer tx queue depth toHarald Welte1-0/+33
2009-02-22Add LMT event parsingHarald Welte1-1/+30
2009-02-22fix paging response parsing for phase1 phones (classmar2 can be less than 4 b...Harald Welte2-14/+4
2009-02-22add parsing of IMSI DETACHHarald Welte1-7/+67
2009-02-22PAGING RESPONSE could contain non-TMSI mobile identity such as IMSIHarald Welte1-1/+8
2009-02-22* location updating typesHarald Welte1-0/+13
2009-02-22don't allow calls of a subscriber to himselfHarald Welte1-0/+7
2009-02-22[db] Print the type and id of the not found providerHolger Freyther1-1/+2
2009-02-22use RSL debug prefix in RSL codeHarald Welte1-1/+1
2009-02-21add missing SET BS11 ATTRIBUTE NACK MTHarald Welte1-0/+1
2009-02-21correct E1 timeslot / TEI attribute parsingHarald Welte1-13/+26