aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2009-08-14add 'show subscriber cache' vty command to debug subscriber refcount leaksHarald Welte (local)2-0/+18
2009-08-14sms send pending now sends _all_ pending at the same timeHarald Welte (local)1-8/+11
2009-08-14fix sms layer timer leak/corruiption using trans_free()Harald Welte (local)2-2/+10
2009-08-14implement a timer_list check before we return into the select() loopHarald Welte (local)2-0/+13
2009-08-14respect the link_id, not only the SAPI from SMS codeHarald Welte (local)6-14/+24
2009-08-14add more debugging to SMS layerHarald Welte (local)1-10/+85
2009-08-13Merge branch 'master' of git@192.168.100.10:openbscStefan Schmidt2-3/+6
2009-08-13Merge branch 'master' of git@192.168.100.10:openbscStefan Schmidt10-63/+174
2009-08-13gsm_04_11: Month in unix time starts with 0.Stefan Schmidt1-1/+1
2009-08-13when in token auth mode, accept phones that are authorizedHarald Welte (local)1-0/+2
2009-08-13add the allocated subscriber extension to the auth token SMSHarald Welte (local)1-3/+4
2009-08-13Merge commit 'har/laforge'Daniel Willmann10-63/+174
2009-08-13disable emergency call bit (i.e. cell does not support emergency call)Harald Welte1-4/+4
2009-08-13Encode the network name int the MM info messages in GSM 7bit alphabet.Daniel Willmann1-1/+34
2009-08-13Beautify septet->octet calculation (do not use ceil)Daniel Willmann1-2/+6
2009-08-13Support sms with a validity period format of noneDaniel Willmann1-0/+7
2009-08-13fix token auth implementationHarald Welte (local)2-18/+79
2009-08-13remove FIRST_CONTACT signal, the subscriber flag is sufficientHarald Welte (local)3-23/+4
2009-08-13fix token allocation sql stringsHarald Welte (local)1-13/+15
2009-08-13fix segfault in vty sms sending codeHarald Welte (local)1-3/+2
2009-08-13allocate a token for new subscribersJan Luebbe1-0/+14
2009-08-13replace the command line option -a with the auth-policy config optionJan Luebbe2-14/+8
2009-08-13add 'ms max power' vty command to set the maximum MS power in dBmHarald Welte (local)5-2/+18
2009-08-13add code for token auth sequencingHarald Welte2-1/+93
2009-08-13factor out the function to generate struct gsm_sms from a stringHarald Welte1-3/+12
2009-08-12Fix gsm_7bit_{en,de}code function and sms user_data calculationsDaniel Willmann2-36/+43
2009-08-12add functions to send AUTH REQ and REJECTHarald Welte2-0/+30
2009-08-12fix random extension generationJan Luebbe1-1/+1
2009-08-12fix problems with tmsi uniqueness in the subscriber tableJan Luebbe2-5/+20
2009-08-12fix a wrong format specifierJan Luebbe1-1/+1
2009-08-12allocate an extension when creating the subscriberJan Luebbe2-0/+32
2009-08-12token support in the DBJan Luebbe2-0/+55
2009-08-12add help message about timestamp optionHarald Welte1-0/+1
2009-08-12patch power reduction into NM attributesHarald Welte1-0/+4
2009-08-12patch the SI and NM attr tables independentlyHarald Welte1-23/+39
2009-08-12remove printf for every packet in pcap codeHarald Welte (local)1-2/+0
2009-08-12look up subscriber in memory before loading from DBJan Luebbe1-2/+9
2009-08-12flag new subscriber structs in memory and send a signalJan Luebbe4-1/+15
2009-08-12set nominal TRX power for BS-11 and nanoBTSHarald Welte (local)1-0/+9
2009-08-12implement bts->cell_barred feature, configurable in VTYHarald Welte (local)3-0/+33
2009-08-12add a authorization policy field to the network and VTYHarald Welte (local)3-0/+50
2009-08-12vty/command: Use CONFIGFILE_MASK as mask in chmod and not as mode.Stefan Schmidt1-1/+1
2009-08-12vty_interface: Remove bogus checks for Site ID and BTS ID.Stefan Schmidt1-11/+0
2009-08-10siemens vendor specific message type and IE definitionsHarald Welte1-0/+22
2009-08-10Merge commit 'origin/master'Harald Welte1-3/+4
2009-08-10when channel allocator operates in reverse order, prefer SDCCH/8 over SDCCH/4Harald Welte1-2/+11
2009-08-10now that we send MRPCI, we can treat T_MSRFPCI error message as fatalHarald Welte1-10/+0
2009-08-10bsc_hack.c: Unconditionally listen for the nanoBTSHolger Hans Peter Freyther1-3/+4
2009-08-10BS11: send measurement report every 5 SACCH framesHarald Welte1-1/+1
2009-08-10add "channel allocator (ascending|descending)" command to VTYHarald Welte1-0/+20