index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gsm
/
gsm48.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gsm/gsm48.h: drop meaningless 'const' from gsm48_mi_to_string()
Vadim Yanitskiy
2019-07-26
1
-2
/
+1
*
make all library-internal static buffers thread-local
Harald Welte
2019-06-04
1
-4
/
+4
*
Add _c versions of functions that otherwise return static buffers
Harald Welte
2019-04-10
1
-0
/
+59
*
Add _buf() functions to bypass static string buffers
Harald Welte
2019-04-03
1
-23
/
+69
*
osmo_gsm48_classmark_a5_name(): fix 'no-cm3' label
Neels Hofmeyr
2019-03-14
1
-1
/
+1
*
add osmo_classmark_* API
Neels Hofmeyr
2019-01-29
1
-0
/
+126
*
constrain gsm48_generate_mid() output array bounds
Harald Welte
2019-01-22
1
-4
/
+8
*
change GSM48_CMSERV_* to enum type, add names
Neels Hofmeyr
2019-01-14
1
-0
/
+11
*
add osmo_lu_type_names[], osmo_lu_type_name()
Neels Hofmeyr
2019-01-08
1
-0
/
+8
*
add osmo_mi_name(), for MI-to-string like "IMSI-123456"
Neels Hofmeyr
2019-01-08
1
-0
/
+36
*
gsm48_mi_to_string(): do not read from zero length input buffer
Neels Hofmeyr
2018-12-10
1
-1
/
+1
*
gsm48_mi_to_string(): guard against zero length output buffer
Neels Hofmeyr
2018-12-10
1
-5
/
+5
*
gsm48_generate_mid(): mask out ODD flag from mi_type
Neels Hofmeyr
2018-12-10
1
-1
/
+1
*
gsm48_mi_to_string: use osmo_bcd2str(), fix some corner cases
Neels Hofmeyr
2018-12-10
1
-13
/
+12
*
api doc: gsm48_mi_to_string(): warn of return value implementation
Neels Hofmeyr
2018-12-10
1
-1
/
+4
*
gsm48: correct apidoc for gsm48_generate_mid()
Philipp Maier
2018-11-02
1
-0
/
+1
*
Add CC_CAUSE value_string array
Keith
2018-09-02
1
-0
/
+54
*
libosmogsm: (re)introduce gsm48_push_l3hdr()
Vadim Yanitskiy
2018-08-05
1
-0
/
+20
*
gsm/gsm48.c: add call independent SS message names
Vadim Yanitskiy
2018-04-17
1
-0
/
+12
*
protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSD
Vadim Yanitskiy
2018-04-17
1
-1
/
+0
*
add gsm48_reject_value_names
Neels Hofmeyr
2018-04-09
1
-0
/
+33
*
implement support for 3-digit MNC with leading zeros
Neels Hofmeyr
2018-02-28
1
-54
/
+72
*
Revert "Add function to encode classmark"
Harald Welte
2018-02-22
1
-16
/
+0
*
Add function to encode classmark
Max
2018-02-15
1
-0
/
+16
*
Add generic Mobile Identity encoder
Max
2018-02-15
1
-14
/
+17
*
gsm48_pdisc_names: Use conscise, short names
Harald Welte
2018-01-24
1
-15
/
+15
*
Add function to properly encode RAI
Max
2018-01-08
1
-20
/
+21
*
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
2017-11-13
1
-0
/
+2
*
Fix compilation warnings: use correct log type for uint32_t
Pau Espin Pedrol
2017-06-23
1
-1
/
+2
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
1
-3
/
+4
*
doxygen: enable AUTOBRIEF, drop \brief
Neels Hofmeyr
2017-06-23
1
-25
/
+25
*
gsm/gsm48.c: drop useless assignment
Vadim Yanitskiy
2017-06-13
1
-1
/
+0
*
update/extend doxygen documentation
Harald Welte
2017-06-12
1
-10
/
+70
*
use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore
Harald Welte
2017-05-15
1
-8
/
+9
*
add gsm48_pdisc_msgtype_name()
Neels Hofmeyr
2017-03-16
1
-0
/
+198
*
add gsm48_pdisc_names and gsm48_pdisc_name()
Neels Hofmeyr
2017-03-16
1
-0
/
+19
*
gsm0408: Completing GSM 04.08 RR message types
Philipp
2016-10-27
1
-0
/
+108
*
COSMETIC: moving rr_cause_name() in gsm48.c
Philipp
2016-10-27
1
-5
/
+5
*
Add function to check GMM encryptability
Max
2016-07-07
1
-0
/
+25
*
Revert "gsm48: move to hex TMSI representation"
Holger Freyther
2016-05-20
1
-1
/
+2
*
gsm48: move to hex TMSI representation
Vadim Yanitskiy
2016-05-20
1
-2
/
+1
*
Set DTX in Cell Options
Max
2016-05-12
1
-1
/
+45
*
Export names for gsm_chan_t and gsm48_chan_mode
Max
2016-03-30
1
-1
/
+25
*
Revert "gsm48: move to hex TMSI representation"
Harald Welte
2016-03-17
1
-1
/
+1
*
gsm48: move to hex TMSI representation
Vadim Yanitskiy
2016-03-17
1
-1
/
+1
*
gsm48: factor out MCC+MNC BCD parsing for re-use in UMTS
Neels Hofmeyr
2016-03-15
1
-21
/
+34
*
comment typo
Neels Hofmeyr
2016-02-29
1
-1
/
+1
*
Introduce gsm48_mi_type_name() function
Harald Welte
2015-08-18
1
-0
/
+14
*
gsm48: Added 'Network Daylight Saving Time' info element
Jacob Erlbeck
2013-09-16
1
-0
/
+1
*
gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsi
Holger Hans Peter Freyther
2013-07-03
1
-2
/
+2
[next]