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