aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)14-63/+46
2009-08-14allow vty to set periodic location updating timer t3212Harald Welte (local)2-2/+16
2009-08-14Merge commit 'har/stefan'Harald Welte (local)1-0/+25
2009-08-14hlrsync: Sync SMS from the web db to the hlr.Stefan Schmidt1-0/+25
2009-08-14display TMSI in 8 digit hexHarald Welte (local)1-1/+1
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 Schmidt3-8/+8
2009-08-13Merge branch 'master' of git@192.168.100.10:openbscStefan Schmidt11-63/+277
2009-08-13gsm_04_11: Month in unix time starts with 0.Stefan Schmidt1-1/+1
2009-08-13store imsi and tmsi, stop changing the row objectsJan Luebbe1-5/+2
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 Willmann11-63/+277
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-13add simple HLR DB sync scriptJan Luebbe1-0/+103
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