aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-07HACK: paging resp handling split ...sylvain/encryption_testingSylvain Munaut2-8/+17
2010-01-07paging: Add paging_request_pause to disable without deleting page reqSylvain Munaut3-2/+40
2010-01-07gsm_04_08: Establish secure channel on CM SERVICE REQUESTSylvain Munaut1-1/+30
2010-01-07gsm_04_08: Establish secure channel on LOCATION UPDATESylvain Munaut1-19/+40
2010-01-07gsm_04_08: Add a operation to enable ciphering on a lchanSylvain Munaut5-3/+197
2010-01-07db: Don't add a useless 'id' primary key for AuthKeys / AuthTuplesSylvain Munaut1-4/+2
2010-01-07[signal] Differentiate paging success from expiration in SS_PAGINGSylvain Munaut4-8/+7
2010-01-07abis_nm: Consider a STATE CHG without avail_status as an empty avail_statusSylvain Munaut1-1/+2
2010-01-07rrlp-ephemeris: Add directory with asn1c patchesSylvain Munaut2-0/+73
2010-01-07rrlp-ephemeris: Add script to get test data from UBX receiverSylvain Munaut1-0/+17
2010-01-07rrlp-ephemeris: Fill ref time with UBX AID_INI messagesSylvain Munaut1-2/+6
2010-01-07rrlp-ephemeris: Add support for filling ReferenceTime IESylvain Munaut2-4/+14
2010-01-07rrlp-ephemeris: Add a note about extracting RefPos from AID_INISylvain Munaut1-0/+4
2010-01-07rrlp-ephemeris: Fill ref pos with UBX NAV_POSLLH messagesSylvain Munaut1-1/+5
2010-01-07rrlp-ephemeris: Support filling of ReferencePositon IESylvain Munaut3-15/+65
2010-01-07rrlp-ephemeris: Comment alignment fixSylvain Munaut1-1/+1
2010-01-07rrlp-ephemeris: Add .gitignoreSylvain Munaut1-0/+4
2010-01-07rrlp-ephemeris: Properly implement pseudo segmentation flagSylvain Munaut1-0/+8
2010-01-07rrlp-ephemeris: Fix memory leakSylvain Munaut1-1/+1
2010-01-06[vty] Move db usage out of the libbsc (fork dumping of subscr) (2nd part)Holger Hans Peter Freyther1-26/+0
2010-01-06[si] Go through the system_information structs and add static_assertsHolger Hans Peter Freyther1-0/+16
2010-01-06[vty] Move db usage out of the libbsc (fork dumping of subscr)Holger Hans Peter Freyther2-6/+53
2010-01-03print full lchan name when recycling itHarald Welte (local)1-1/+1
2010-01-03gsm_data: Move auth related structure earlierSylvain Munaut1-20/+22
2010-01-03encryption: Import a GPL comp128 implementationSylvain Munaut3-1/+253
2010-01-03gsm_04_08: Add RAND debug output in gsm48_tx_mm_auth_reqSylvain Munaut1-1/+1
2010-01-03gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_reqSylvain Munaut3-6/+5
2010-01-03vty: Add command to set auth algo & Ki for a subscriberSylvain Munaut1-0/+62
2010-01-03vty: dump subscriber authentication (a3/a8) infos if availableSylvain Munaut1-0/+31
2010-01-03db: Add methods to set auth{info,tuple} for a subscriberSylvain Munaut2-0/+129
2010-01-03db: Add declaration for get_auth{info,tuple_for_subscriberSylvain Munaut1-0/+6
2010-01-03db: Fix bad size comparison when retrieving KiSylvain Munaut1-1/+1
2010-01-03gsm_data: Fix sres to be 4 bytesSylvain Munaut1-1/+1
2010-01-03db: Add issued/use_count/key_seq fields to AuthTuplesSylvain Munaut2-3/+11
2010-01-03db: Fix type of algorithm_id (NUMERIC -> INTEGER)Sylvain Munaut1-2/+2
2010-01-03db: Fix missing commas in AuthTuples table creationSylvain Munaut1-3/+3
2010-01-03abis_nm: Introduce & use a nm_is_running function to test gsm_nm_stateSylvain Munaut3-9/+14
2010-01-03update .gitignoreSylvain Munaut1-0/+6
2010-01-03silent_call: Add option to choose channel typeSylvain Munaut3-19/+50
2010-01-03vty: Register logging_set_log_level_cmdSylvain Munaut1-0/+1
2010-01-03[bsc_init] Send OPSTART if SITE_MANAGER reports off-lineSylvain Munaut1-2/+4
2010-01-01hlrstat: Print numeric MCC/MNC in case no name is availableHarald Welte1-5/+20
2010-01-01introduce and implement silent_call_reroute() and silent_call_rx()Harald Welte3-0/+50
2010-01-01keep 'silent call' state in struct lchanHarald Welte3-1/+9
2009-12-31[misc] Utilize rf_locking by setting the nm_state.administrativeHolger Hans Peter Freyther4-8/+10
2009-12-30[ipaccess] Remove some code duplication in the recently added firmware flashing.Holger Hans Peter Freyther1-14/+17
2009-12-30[abis] Refactor sw descr generation to a new methodsHolger Hans Peter Freyther1-25/+18
2009-12-30[abis] Dispatch a IPAC restart ACK/NACK signalHolger Hans Peter Freyther4-0/+17
2009-12-30[ipaccess] Restart only after setting the OML IP, software loadHolger Hans Peter Freyther3-10/+34
2009-12-30[ipaccess] Make SW activation work by filling out sw_load1 and sw_load2Holger Hans Peter Freyther1-0/+55