aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Merge commit 'origin/master'Harald Welte30-407/+1547
2009-08-09if we receive CHANNEL ACTIVATE NACK, we should release the lchanHarald Welte1-0/+1
2009-08-09SMS improvementsHarald Welte1-10/+75
2009-08-09ensure we send the LOCATION UPDATE ACCEPT before issuing any signalHarald Welte1-2/+10
2009-08-09ensure that we use the SACCH where apropriate for RLL connectionsHarald Welte1-1/+11
2009-08-09new db_sms_get_unsent_for_subscr() functionHarald Welte2-18/+51
2009-08-09add ud_hdr_ind to SMS tableHarald Welte1-9/+45
2009-08-09move search for existing lchan for subscriber to new functionHarald Welte3-21/+21
2009-08-09add SMS sending commands to vtyHarald Welte1-8/+74
2009-08-09implement proper SAPI3 handling for SMSHarald Welte2-22/+64
2009-08-09fix SMS RP message type definitions to reflect SMMA and MT ERRORHarald Welte1-2/+2
2009-08-09move ms_pwr utility function to gsm_utils.cHarald Welte4-75/+83
2009-08-09configure MS CCH max power IEI of SI3 and SI4 to 20dBM (100mW)Harald Welte1-0/+4
2009-08-09define data structure for gsm48_cell_sel_par IEI of SI3 / SI4Harald Welte1-2/+11
2009-08-09fix timer and linked list handling of new RLL codeHarald Welte2-3/+7
2009-08-09Add new BSC RLL layer of codeHarald Welte6-2/+155
2009-08-08ensure vty code uses talloc_strdup() rather than regular strdupHarald Welte1-22/+15
2009-08-08use one talloc context for entire vty codeHarald Welte5-41/+22
2009-08-08the actual config file code (not just config files)Harald Welte13-326/+381
2009-08-08Merge branch 'master' into config_fileHarald Welte20-297/+998
2009-08-08Merge branch 'master' into smsHarald Welte0-0/+0
2009-08-08first 'working' SMS implementationHarald Welte10-209/+373
2009-08-08parse_btstype() can use const qualifierHarald Welte2-2/+2
2009-08-08when paging a MS, use the channel type indicated by callerHarald Welte1-2/+3
2009-08-08start using the RLL RELEASE proceduresHarald Welte3-1/+30
2009-08-08ipaccess-find: don't try to parse packets that are not IPAC_MSGT_ID_RESPHarald Welte1-0/+13
2009-08-08no more need to specify local IP address to ipaccess-findHarald Welte1-7/+13
2009-08-08implement nanoBTS frequency error testHarald Welte4-2/+108
2009-08-08implement nanoBTS frequency error testHarald Welte4-2/+108
2009-08-07first version of OpenBSC to be confiugred by config_fileHarald Welte3-0/+275
2009-08-07introduce new GSMNET node for the GSM networkHarald Welte3-16/+106
2009-08-07add support for reading of configuration file to VTYHarald Welte3-7/+51
2009-08-07only allow setting of unit_id on ip.access BTSHarald Welte1-2/+8
2009-08-07ensure vty code uses talloc_strdup() rather than regular strdupHarald Welte1-22/+15
2009-08-07use one talloc context for entire vty codeHarald Welte5-41/+22
2009-08-07Merge branch 'master' into smsHarald Welte10-93/+204
2009-08-07switch vty implementation over to tallocHarald Welte5-88/+139
2009-08-07add function declaration for gsm_pchan_parse()Harald Welte1-0/+1
2009-08-07telnet: deal gracefully with vty being closed by vty layerHarald Welte1-0/+12
2009-08-07in case of SIGABRT, don't exit(0) and thus prevent creating a core fileHarald Welte1-1/+3
2009-08-07add telnet/vty commands for TS pchan and e1_subslotHarald Welte1-4/+37
2009-08-07implement gsm_pchan_parse() functionHarald Welte1-0/+12
2009-08-06Merge branch 'master' into smsHarald Welte11-98/+276
2009-08-06add code to save BTS/TRX/TS config to config fileHarald Welte1-1/+52
2009-08-06change order of BTS and TRX list as well as band names for prettier printoutHarald Welte1-7/+7
2009-08-06don't define zencrypt function if VTY_CRYPT is not definedHarald Welte1-0/+2
2009-08-06re-enable config file handling of vty layerHarald Welte1-9/+4
2009-08-06add function for performing 'CONNECT MULTI-DROP LINK" as per GSM 12.21Harald Welte2-0/+32
2009-08-06add more ip.access attribute TLV definitionsHarald Welte1-4/+33
2009-08-06introduce '-2' commandline option for second BS-11Harald Welte1-4/+27