summaryrefslogtreecommitdiffstats
path: root/src/gsm
Commit message (Expand)AuthorAgeFilesLines
* auth_milenage/osmo-auc-gen: compute OPC in case only OP is knownHarald Welte2012-03-211-2/+13
* milenage: Add function to compute OPC from OP and KHarald Welte2012-03-212-0/+17
* lapd: Remove unused variable t200_start in lapd_acknowledge.Holger Hans Peter Freyther2012-03-161-2/+1
* gsm/a5: Rewrite equation doc with proper numberingSylvain Munaut2012-03-021-4/+4
* GSM 08.08: change gsm0808_create_classmark_update() prototypeHarald Welte2012-01-261-3/+6
* GSM 08.08: Cleanup the code, remove lots of magic hard-coded numbersHarald Welte2012-01-261-116/+60
* lapdm: Make sure that the msgb_l3len(msg) == length...Holger Hans Peter Freyther2012-01-121-4/+4
* lapd: Warn if someone attempts to send an empty messageHolger Hans Peter Freyther2012-01-121-0/+7
* lapd: Mention the L3 size of the payload being sentHolger Hans Peter Freyther2012-01-121-1/+2
* libosmocore/lapd: Fixed handling of sequence errors at lapd_core.cAndreas.Eversberg2012-01-101-3/+21
* Fix generation of GPRS Routing Area in case of 3-digit MNCGus Bourg2011-12-141-1/+1
* auth_core: add missing string.h include to reduce warningsHarald Welte2011-12-071-0/+1
* auth_core: don't use anonymous unions to make certain gcc versions happyHarald Welte2011-12-072-7/+7
* auth_milenage: we now copy RAND in auth_core, no need to do it twiceHarald Welte2011-12-071-1/+0
* auth_core: Make sure we always save the RAND in the vectorHarald Welte2011-12-071-1/+8
* auth_core: add functions for parsing algorithm namesHarald Welte2011-12-071-0/+20
* add milenage internal headers to ensure 'make dist' worksHarald Welte2011-12-071-0/+5
* Auth: Import milenage implementation from hostap (Jouni Malinen)Harald Welte2011-12-0614-3/+1659
* Add a generic abstraction for GSM/3G authentication algorithmsHarald Welte2011-12-063-1/+141
* comp128: mark ki and srand as 'const' input parametersHarald Welte2011-12-061-1/+1
* increment LIBVERSION of libosmocore for new apiHarald Welte2011-12-011-1/+1
* SMS: export gsm411_bcdify() and gsm411_unbcdify() functionsHarald Welte2011-12-011-20/+20
* gsm/lapd_core: Make sure rc is initialize in lapd_rx_uSylvain Munaut2011-11-201-1/+1
* gsm/a5: Bit faster way to compute parity ...Sylvain Munaut2011-11-201-3/+2
* gsm/a5: Add documentationSylvain Munaut2011-11-171-0/+68
* gsm/a5: Rewrite A5/2 algo to avoid the delayed bitSylvain Munaut2011-11-171-23/+12
* gsm/a5: Add const qualifier on the keySylvain Munaut2011-11-171-3/+3
* gsm/gsm0411_smc: Fix typoSylvain Munaut2011-11-121-1/+1
* include/gsm_04_11: Fix compatibility issue with GSM411_TMR_TC1ASylvain Munaut2011-11-121-1/+1
* gsm/sms: Rewrite of SMR process, extracted from OpenBSCAndreas Eversberg2011-11-122-1/+452
* gsm/sms: Rewrite of SMC process, extracted from OpenBSCAndreas Eversberg2011-11-122-1/+540
* gsm/sms: Moved utility functions of SMS processing to new gsm0411_utils.cAndreas.Eversberg2011-11-122-0/+308
* gsm/lapdm: Display SAPI in debug message for easier debugAndreas.Eversberg2011-11-121-2/+2
* gsm/lapdm: Fix UI frames from BTS->MS have length (B4 format)Andreas.Eversberg2011-11-121-7/+11
* gsm/lapdm: Fix TA and power level handling in the ACCH headerAndreas.Eversberg2011-11-121-6/+14
* gsm/lapdm: Set N201 depending on the frame typeAndreas.Eversberg2011-11-121-5/+5
* gsm/lapdm: Make T200 timer depends on the link type (SACCH is slower)Andreas.Eversberg2011-11-121-5/+6
* gsm/lapdm: Add missing msgb_free in rslms_rx_rll error casesAndreas.Eversberg2011-11-121-0/+2
* lapd: Fixed possible double free buf in lapd_core.cAndreas Eversberg2011-11-121-2/+3
* update LIBVERSION to reflect new API additionsHarald Welte2011-10-101-1/+1
* Added defines to use primitive/operation tuples in switch/case statementsAndreas Eversberg2011-10-101-58/+20
* LAPD: Moved timer handling into seperate functionsAndreas Eversberg2011-10-101-72/+87
* Split of LAPDm into a core part and a GSM specific partroot2011-10-103-1621/+2456
* LAPDm: Fix encoding of RLL ERROR IEHarald Welte2011-09-031-1/+0
* gsm/gsm48_ie: Fix other range format decodingAndreas.Eversberg2011-09-021-66/+63
* RSL: add rsl_ipac_msg_name() for ipa specific RSL extension namesHarald Welte2011-09-021-0/+36
* gsm/gsm48_ie: Fix Range 256 format decodingSylvain Munaut2011-09-011-20/+35
* doxygen: Add main page for all three librariesHarald Welte2011-08-301-0/+40
* doxygen: Add documentation for Abis OMLHarald Welte2011-08-171-4/+29
* RSL: add doxygen documentationHarald Welte2011-08-171-3/+27