aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2009-11-14Add "silent call" feature to OpenBSCHarald Welte4-2/+162
2009-11-14[VTY] restructure sms and silent sms commandsHarald Welte1-63/+32
2009-11-14[VTY] Add feature to send silent SMS from consoleHarald Welte1-4/+46
2009-11-13ipaccess-config: Print BCCH info test reportsHarald Welte1-3/+17
2009-11-13[OML] don't hexdump bcch infoHarald Welte1-2/+0
2009-11-13[OML] fix bugs in BCCH info parser for ip.accessHarald Welte2-4/+6
2009-11-13[OML] more verbose error reporting in case object instance unknownHarald Welte1-7/+21
2009-11-13[ip.access] Parse cell global ID as part of BCCH infoHarald Welte2-3/+31
2009-11-13make ipaccess-config compile again (remove duplicate testres_name definition)Harald Welte1-17/+0
2009-11-12ip.access: Introduce parser function for BCCH Info test resultHarald Welte2-0/+147
2009-11-12move 'struct value_string' and 'get_value_string()' to gsm_dataHarald Welte3-18/+20
2009-11-11[SMS] implement GSM340_TP_VPF_ABSOLUTESteffen Neubauer1-3/+50
2009-11-07change some identifiers from u_int64_t to unsigned long longHarald Welte2-2/+2
2009-11-06[mncc] Fix possible transaction/subscriber and real life subscriber leakHolger Hans Peter Freyther1-1/+6
2009-11-06vty: Do not leak the gsm_subscriberHolger Hans Peter Freyther1-0/+5
2009-10-30Merge remote branch 'origin/master'Harald Welte3-0/+15
2009-10-29ip.access: Header has a 16bit length in network byte orderSylvain Munaut2-7/+6
2009-10-29[lchan] Keep track which SAPIs has been established with the BTSHolger Hans Peter Freyther3-0/+15
2009-10-29[misc] Use talloc_zero instead of talloc and later memsetHolger Hans Peter Freyther3-14/+7
2009-10-27misc: Use NULL instead of integer value for a NULL pointerHolger Hans Peter Freyther1-2/+2
2009-10-27misc: Make bitfields unsigned int...Holger Hans Peter Freyther2-5/+5
2009-10-27misc: Fix make distcheck and welcome the two new header files to OpenBSCHolger Hans Peter Freyther1-1/+1
2009-10-27input/ipaccess.c: clang says ret might be uninitializedHolger Hans Peter Freyther1-1/+1
2009-10-27abis_nm.c: Remove duplicate entry from the tableHolger Hans Peter Freyther1-1/+0
2009-10-27[gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utilsHolger Hans Peter Freyther3-6/+43
2009-10-27[gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.cHolger Hans Peter Freyther3-42/+50
2009-10-27[gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utilsHolger Hans Peter Freyther3-0/+43
2009-10-27ipaccess-config: Introduce stream-id/oml_tei to make it work againHolger Hans Peter Freyther1-2/+9
2009-10-27configure.in: Use kernel style silent rules starting with automake 1.11Holger Hans Peter Freyther1-0/+3
2009-10-26[USSD] more whitespace fixesHarald Welte1-3/+3
2009-10-26[USSD] whitespace fixesHarald Welte1-12/+12
2009-10-26[USSD] various USSD improvementsMike Haben5-14/+20
2009-10-26[USSD] eliminate static global variablesMike Haben3-56/+68
2009-10-26whitespace fixes for the USSD codeHarald Welte2-43/+64
2009-10-26Add USDD code from Mike HabenHarald Welte6-2/+521
2009-10-26add some random thoughts on hopping and the oml interfaceHarald Welte2-0/+75
2009-10-26[TLV] Split the parser into 'parse loop' and 'parse single value'Sylvain Munaut2-72/+104
2009-10-26[ip.access] Add an example configuration fileSylvain Munaut1-0/+38
2009-10-26Fix segfault, use trx->bts rather than bts in patch_nm_tables()Harald Welte1-1/+1
2009-10-26Merge remote branch 'origin/master'Harald Welte24-102/+312
2009-10-24ip.access: Use Channel Combination from config fileHarald Welte1-4/+4
2009-10-24[GPRS] Add RSL function for ip.access PDCH activationHarald Welte2-0/+31
2009-10-24[GPRS] introudce PDCH and PDCH/TCH physical channelsHarald Welte4-1/+11
2009-10-24[OML] Add support for ip.access SET ATTRIBUTE messageHarald Welte2-0/+12
2009-10-24[GPRS] add data structures for OML of NSE,CELL,NSVCEHarald Welte3-0/+45
2009-10-24[TLV] extend TLV parser with support for TvLVHarald Welte2-0/+69
2009-10-23[gsm48] Make method name consistent...Holger Hans Peter Freyther1-2/+2
2009-10-22Include e1_input.h for the e1inp_lineHolger Hans Peter Freyther1-0/+2
2009-10-22Fix spelling of defaultHolger Hans Peter Freyther1-1/+1
2009-10-22Fix compiler warning. 0 does not work on stringsHolger Hans Peter Freyther1-1/+1