aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-03-30Store incoming SMS into SQL databaseHarald Welte3-125/+375
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 Welte2-4/+17
2009-03-11[misc] Make distcheck work againHolger Freyther1-0/+1
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 Welte2-22/+38
2009-03-10* make sure we can obtain signalling type and timslot type namesHarald Welte1-1/+28
2009-03-10export nm_*_name() functions to get operational and availability state to str...Harald Welte1-5/+5
2009-03-10export list of e1 drivers and e1 linesHarald Welte1-5/+5
2009-03-10* don't print lchan's of type NONEHarald Welte1-6/+9
2009-03-10make telnet interface use VTY codeHarald Welte3-407/+17
2009-03-10add VTY dumping functions for OpenBSCHarald Welte1-0/+455
2009-03-10import VTY code from zebra/quagga (from my cardshell project)Harald Welte6-1/+5689
2009-03-10move is_ipaccess_bts() and parse_btstype9) to gsm_data.cHarald Welte3-31/+26
2009-03-10more verbose attribute ack/nackHarald Welte1-2/+7
2009-03-09[misc] Fix compile warnings...Holger Freyther4-4/+13
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 Welte1-7/+14
2009-02-28* more RSL and 04.08 constant definesHarald Welte2-12/+35
2009-02-28make sure all channels in one BTS use the same TSC (training sequence code)Harald Welte3-1/+4
2009-02-28make hexdump return a 'char *' rather than printing by itselfHarald Welte4-35/+24
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 Freyther1-2/+5
2009-02-23[db] Introduce a table for SMSHolger Freyther1-0/+18
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 Welte1-4/+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-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-21correct E1 timeslot / TEI attribute parsingHarald Welte1-13/+26
2009-02-21only perform oml-tei onceHarald Welte1-0/+1
2009-02-21* set OML TEI and E1 timeslot in one commandHarald Welte2-19/+9
2009-02-2125C3 is over, so call our network OpenBSCHarald Welte1-2/+2
2009-02-21fix various compiler warnings while building bs11_configHarald Welte2-9/+4
2009-02-21tlv_parser now operates on 'const' input bufferHarald Welte1-2/+3
2009-02-20[build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against itHolger Freyther1-2/+5
2009-02-19implement dynamic TRAU frame mappingHarald Welte2-25/+51
2009-02-19use new gsm_ts_name() funciton from debug statemens everywhereHarald Welte2-44/+52