index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gsm
Commit message (
Expand
)
Author
Age
Files
Lines
*
GSM 04.08: Add support for parsing CSD related bearer capabilities
Harald Welte
2012-08-24
1
-5
/
+90
*
gsm48_ie: annotate functions with chapter numbers from 04.08 spec
Harald Welte
2012-08-24
1
-29
/
+29
*
increaes libosmocgsm LIBVERSIN due to gsm_decode_lai() change
Harald Welte
2012-08-03
1
-1
/
+1
*
authentication: More documentation
Harald Welte
2012-07-18
1
-3
/
+54
*
TLV: add new "vTvLV" type for GAN
Harald Welte
2012-07-14
2
-1
/
+22
*
gsm48_decode_lai(): return real integers for mcc/mnc, not hex!
Harald Welte
2012-07-13
1
-6
/
+13
*
add gsm48_decode_lai() to map file
Harald Welte
2012-07-13
1
-0
/
+1
*
import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.c
Harald Welte
2012-07-13
1
-0
/
+14
*
build: use LT_INIT(pic-only) instead of forcing -fPIC.
Diego Elio Pettenò
2012-06-30
1
-1
/
+1
*
ganc: add value_strings for GAN message type and protocol discriminator
Harald Welte
2012-06-24
3
-1
/
+81
*
LAPDm: Ensure there is no payload in DISC frames
Harald Welte
2012-04-26
1
-1
/
+6
*
doc: Fix the Doxygen section endings
Sylvain Munaut
2012-04-18
5
-5
/
+5
*
libosmogsm: Add tvlv_att_def to exported symbols
Harald Welte
2012-04-05
1
-0
/
+1
*
misc: Fix make distcheck, add the new libosmogsm.map file to the tarball
Holger Hans Peter Freyther
2012-04-05
1
-0
/
+2
*
lapdm: fix RSL message format in RLL ERROR INDICATION
Harald Welte
2012-04-05
1
-1
/
+0
*
libosmogsm: Introduce explicit list of exported symbols
Harald Welte
2012-04-04
3
-3
/
+233
*
auth_milenage/osmo-auc-gen: compute OPC in case only OP is known
Harald Welte
2012-03-21
1
-2
/
+13
*
milenage: Add function to compute OPC from OP and K
Harald Welte
2012-03-21
2
-0
/
+17
*
lapd: Remove unused variable t200_start in lapd_acknowledge.
Holger Hans Peter Freyther
2012-03-16
1
-2
/
+1
*
gsm/a5: Rewrite equation doc with proper numbering
Sylvain Munaut
2012-03-02
1
-4
/
+4
*
GSM 08.08: change gsm0808_create_classmark_update() prototype
Harald Welte
2012-01-26
1
-3
/
+6
*
GSM 08.08: Cleanup the code, remove lots of magic hard-coded numbers
Harald Welte
2012-01-26
1
-116
/
+60
*
lapdm: Make sure that the msgb_l3len(msg) == length...
Holger Hans Peter Freyther
2012-01-12
1
-4
/
+4
*
lapd: Warn if someone attempts to send an empty message
Holger Hans Peter Freyther
2012-01-12
1
-0
/
+7
*
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
*
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
2
-7
/
+7
*
auth_milenage: we now copy RAND in auth_core, no need to do it twice
Harald Welte
2011-12-07
1
-1
/
+0
*
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
1
-0
/
+20
*
add milenage internal headers to ensure 'make dist' works
Harald Welte
2011-12-07
1
-0
/
+5
*
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
3
-1
/
+141
*
comp128: mark ki and srand as 'const' input parameters
Harald Welte
2011-12-06
1
-1
/
+1
*
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
1
-20
/
+20
*
gsm/lapd_core: Make sure rc is initialize in lapd_rx_u
Sylvain Munaut
2011-11-20
1
-1
/
+1
*
gsm/a5: Bit faster way to compute parity ...
Sylvain Munaut
2011-11-20
1
-3
/
+2
*
gsm/a5: Add documentation
Sylvain Munaut
2011-11-17
1
-0
/
+68
*
gsm/a5: Rewrite A5/2 algo to avoid the delayed bit
Sylvain Munaut
2011-11-17
1
-23
/
+12
*
gsm/a5: Add const qualifier on the key
Sylvain Munaut
2011-11-17
1
-3
/
+3
*
gsm/gsm0411_smc: Fix typo
Sylvain Munaut
2011-11-12
1
-1
/
+1
*
include/gsm_04_11: Fix compatibility issue with GSM411_TMR_TC1A
Sylvain Munaut
2011-11-12
1
-1
/
+1
*
gsm/sms: Rewrite of SMR process, extracted from OpenBSC
Andreas Eversberg
2011-11-12
2
-1
/
+452
*
gsm/sms: Rewrite of SMC process, extracted from OpenBSC
Andreas Eversberg
2011-11-12
2
-1
/
+540
*
gsm/sms: Moved utility functions of SMS processing to new gsm0411_utils.c
Andreas.Eversberg
2011-11-12
2
-0
/
+308
*
gsm/lapdm: Display SAPI in debug message for easier debug
Andreas.Eversberg
2011-11-12
1
-2
/
+2
*
gsm/lapdm: Fix UI frames from BTS->MS have length (B4 format)
Andreas.Eversberg
2011-11-12
1
-7
/
+11
[next]