index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth: Update test result with the new OP/OPC output
Holger Hans Peter Freyther
2012-03-21
1
-0
/
+2
*
auth_milenage/osmo-auc-gen: compute OPC in case only OP is known
Harald Welte
2012-03-21
3
-2
/
+26
*
osmo-auc-gen: Introduce a small cmdline help/reference
Harald Welte
2012-03-21
1
-1
/
+26
*
milenage: Add function to compute OPC from OP and K
Harald Welte
2012-03-21
3
-0
/
+37
*
lapd: Remove unused variable t200_start in lapd_acknowledge.
Holger Hans Peter Freyther
2012-03-16
1
-2
/
+1
*
misc: Fix warning when compiling telnet_interface.c
Holger Hans Peter Freyther
2012-03-16
1
-0
/
+1
*
gsm/a5: Rewrite equation doc with proper numbering
Sylvain Munaut
2012-03-02
1
-4
/
+4
*
vty/telnet: Add function to allow binding telnet interface to custom IP/Inter...
Sylvain Munaut
2012-03-01
2
-35
/
+23
*
gsmtap: Add GSMTAP_GPRS_CS() / GSMTAP_GPRS_MCS()
Harald Welte
2012-02-08
1
-0
/
+8
*
libosmocore/gsm: Fixed total size of gsm48_req_ref
Andreas Eversberg
2012-02-07
1
-3
/
+3
*
GSM 08.08: change gsm0808_create_classmark_update() prototype
Harald Welte
2012-01-26
3
-7
/
+19
*
GSM 08.08: Cleanup the code, remove lots of magic hard-coded numbers
Harald Welte
2012-01-26
1
-116
/
+60
*
gsmtap: make sure we agree with wireshark on GSMTAP channel types
Harald Welte
2012-01-26
1
-2
/
+2
*
TLV/msgb: Return first byte of newly-pushed data from msgb_*_push()
Harald Welte
2012-01-22
1
-14
/
+28
*
tests: Introduce a very basic gsm0808 test
Holger Hans Peter Freyther
2012-01-22
7
-1
/
+291
*
msgb_trim(): actually trim to an absolute length, as the comment states
Harald Welte
2012-01-14
1
-5
/
+3
*
msgb: introduce msgb_trim() and msgb_l3trim() to trim msgb's
Harald Welte
2012-01-14
1
-0
/
+28
*
Merge remote-tracking branch 'origin/zecke/lapd-fixes'
Holger Hans Peter Freyther
2012-01-14
4
-13
/
+40
|
\
|
*
lapdm: Make sure that the msgb_l3len(msg) == length...
Holger Hans Peter Freyther
2012-01-12
3
-13
/
+17
|
*
lapd: Warn if someone attempts to send an empty message
Holger Hans Peter Freyther
2012-01-12
2
-0
/
+22
|
*
lapd: Mention the L3 size of the payload being sent
Holger Hans Peter Freyther
2012-01-12
1
-1
/
+2
|
/
*
libosmocore/lapd: Fixed handling of sequence errors at lapd_core.c
Andreas.Eversberg
2012-01-10
1
-3
/
+21
*
Fix generation of GPRS Routing Area in case of 3-digit MNC
Gus Bourg
2011-12-14
1
-1
/
+1
*
lapd: Disable one part of the test as it fails on FreeBSD
Holger Hans Peter Freyther
2011-12-12
1
-1
/
+2
*
lapd_test: Look at the content of LAPD messages and compare them
Holger Hans Peter Freyther
2011-12-12
2
-16
/
+61
*
lapdm: Create a simple test case to transmit data between both ends
Holger Hans Peter Freyther
2011-12-11
7
-1
/
+294
*
auth_core: add missing string.h include to reduce warnings
Harald Welte
2011-12-07
1
-0
/
+1
*
auth_core: don't use anonymous unions to make certain gcc versions happy
Harald Welte
2011-12-07
5
-20
/
+20
*
milenage_test: make sure test output is what .ok file expects
Harald Welte
2011-12-07
1
-1
/
+1
*
auth_milenage: we now copy RAND in auth_core, no need to do it twice
Harald Welte
2011-12-07
1
-1
/
+0
*
milenage_test: make sure test result matches expectations
Harald Welte
2011-12-07
1
-1
/
+1
*
add 'osmo-auc-gen' tool that can be used to generate auth vectors
Harald Welte
2011-12-07
2
-1
/
+187
*
auth_core: Make sure we always save the RAND in the vector
Harald Welte
2011-12-07
1
-1
/
+8
*
auth_core: add functions for parsing algorithm names
Harald Welte
2011-12-07
2
-0
/
+23
*
whitespace fixes in milenage_test.ok
Harald Welte
2011-12-07
1
-7
/
+7
*
add milenage internal headers to ensure 'make dist' works
Harald Welte
2011-12-07
1
-0
/
+5
*
add autotest script for milenage/auth testing
Harald Welte
2011-12-07
6
-1
/
+102
*
Auth: Import milenage implementation from hostap (Jouni Malinen)
Harald Welte
2011-12-06
14
-3
/
+1659
*
Add a generic abstraction for GSM/3G authentication algorithms
Harald Welte
2011-12-06
5
-2
/
+229
*
comp128: mark ki and srand as 'const' input parameters
Harald Welte
2011-12-06
2
-2
/
+2
*
increment LIBVERSION of libosmocore for new api
Harald Welte
2011-12-01
1
-1
/
+1
*
SMS: export gsm411_bcdify() and gsm411_unbcdify() functions
Harald Welte
2011-12-01
2
-20
/
+26
*
tests: Use the missing from the source directory
Holger Hans Peter Freyther
2011-11-29
2
-378
/
+2
*
Update .gitignore with new tests
Sylvain Munaut
2011-11-25
1
-0
/
+2
*
libosmocore: Update LIBVERSION because of ABI chaanges
Sylvain Munaut
2011-11-24
1
-1
/
+1
*
core/conv: Add regression testing code
Sylvain Munaut
2011-11-24
6
-1
/
+555
*
core/conv: Add utility methods to know length of coded/decoded vectors
Sylvain Munaut
2011-11-24
2
-0
/
+40
*
core/conv: Add support for other termination types (trunc & tail biting)
Sylvain Munaut
2011-11-24
2
-38
/
+119
*
core/conv: Really only consider error for non-zero soft values
Sylvain Munaut
2011-11-24
1
-3
/
+6
*
core/conv: Minor documentation improvements
Sylvain Munaut
2011-11-24
2
-12
/
+19
[next]