summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libosmogb: export btsctx_* functionsHarald Welte2012-06-181-0/+4
* libosmogb: export missing symbolsHarald Welte2012-06-171-0/+2
* libosmogb: move files to proper location and fix buildHarald Welte2012-06-1711-1/+3806
* add additional newline in vty welcome messageHarald Welte2012-06-161-2/+2
* VTY: safe version of printing VTY welcome messageHarald Welte2012-06-032-19/+11
* src/codec: Fix typo in MakefileSylvain Munaut2012-05-141-1/+1
* LAPDm: Ensure there is no payload in DISC framesHarald Welte2012-04-261-1/+6
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-1824-24/+24
* sync prototype of osmo_sockaddr_is_local with declarationHarald Welte2012-04-081-1/+1
* libosmogsm: Add tvlv_att_def to exported symbolsHarald Welte2012-04-051-0/+1
* misc: Fix make distcheck, add the new libosmogsm.map file to the tarballHolger Hans Peter Freyther2012-04-051-0/+2
* lapdm: fix RSL message format in RLL ERROR INDICATIONHarald Welte2012-04-051-1/+0
* libosmogsm: Introduce explicit list of exported symbolsHarald Welte2012-04-043-3/+233
* vty: Add a function to write the current config to a file.Holger Hans Peter Freyther2012-03-281-46/+130
* 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
* vty/telnet: Add function to allow binding telnet interface to custom IP/Inter...Sylvain Munaut2012-03-011-35/+22
* 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
* libosmocore: Update LIBVERSION because of ABI chaangesSylvain Munaut2011-11-241-1/+1
* core/conv: Add utility methods to know length of coded/decoded vectorsSylvain Munaut2011-11-241-0/+34
* core/conv: Add support for other termination types (trunc & tail biting)Sylvain Munaut2011-11-241-32/+94
* core/conv: Really only consider error for non-zero soft valuesSylvain Munaut2011-11-241-3/+6
* core/conv: Minor documentation improvementsSylvain Munaut2011-11-241-0/+1
* gsm/lapd_core: Make sure rc is initialize in lapd_rx_uSylvain Munaut2011-11-201-1/+1
* core/logging: Remove const qualifier on return of logp2syslog_levelSylvain Munaut2011-11-201-1/+1
* core/serial: Fix warning when on platform other than linuxSylvain Munaut2011-11-201-1/+1
* gsm/a5: Bit faster way to compute parity ...Sylvain Munaut2011-11-201-3/+2
* utils: Fix alias to weak alias to allow OSX compilationSylvain Munaut2011-11-191-1/+1
* 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