index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a README file for some background information about this repo
Harald Welte
2017-03-16
2
-1
/
+81
*
add gsm48_pdisc_msgtype_name()
Neels Hofmeyr
2017-03-16
3
-0
/
+207
*
add gsm48_pdisc_names and gsm48_pdisc_name()
Neels Hofmeyr
2017-03-16
3
-0
/
+24
*
contrib: add script to find unterminated value_string arrays
Neels Hofmeyr
2017-03-16
1
-0
/
+33
*
auth_milenage: fix check against too large ind
Neels Hofmeyr
2017-03-16
1
-1
/
+1
*
fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY()
Neels Hofmeyr
2017-03-15
1
-1
/
+1
*
ctrl_type_vals: explicitly terminate
Neels Hofmeyr
2017-03-15
3
-3
/
+4
*
milenage_test: cosmetic: verify AUTS in comments
Neels Hofmeyr
2017-03-15
1
-0
/
+56
*
fix wrong return code
Thorsten Alteholz
2017-03-15
1
-1
/
+1
*
linuxlist.h: add llist_first/last_entry macros
Neels Hofmeyr
2017-03-15
1
-0
/
+30
*
milenage_test: enhance to verify new SQN increments
Neels Hofmeyr
2017-03-15
2
-0
/
+31
*
osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || IND
Neels Hofmeyr
2017-03-15
3
-1
/
+74
*
osmo_auth_gen_vec: UMTS auth: store last used SQN, not next
Neels Hofmeyr
2017-03-15
4
-10
/
+18
*
osmo-auc-gen: clarify SQN output, prepare for SQN changes
Neels Hofmeyr
2017-03-15
2
-16
/
+18
*
add osmo-auc-gen_test
Neels Hofmeyr
2017-03-15
6
-2
/
+134
*
milenage_test: cosmetic fix: shown value is not SEQ.MS
Neels Hofmeyr
2017-03-15
2
-2
/
+4
*
lapd_core: Use 'struct value_string' for LAPD state names
Harald Welte
2017-03-15
1
-28
/
+33
*
Doxygen: exclude osmocom/core/gsm/protocol/*
Harald Welte
2017-03-15
1
-1
/
+1
*
gsm_04_08: add _NUM_CHREQ_T to enum
Alexander Couzens
2017-03-14
1
-0
/
+1
*
gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASE
Alexander Couzens
2017-03-14
1
-0
/
+2
*
build: cosmetic: coding: break a CPPFLAGS line
Neels Hofmeyr
2017-03-13
1
-1
/
+3
*
libosmocoding: fix .deb building
Max
2017-03-07
3
-0
/
+9
*
libosmocoding: migrate transcoding routines from OsmoBTS
Vadim Yanitskiy
2017-03-07
25
-7
/
+8111
*
tests/conv: separate test logic
Vadim Yanitskiy
2017-03-06
4
-153
/
+169
*
gsm0503.h: generate header automatically
Vadim Yanitskiy
2017-03-06
3
-174
/
+7
*
utils/conv_gen.py: add header generation feature
Vadim Yanitskiy
2017-03-06
1
-5
/
+44
*
utils/conv_gen.py: add test vectors generation feature
Vadim Yanitskiy
2017-03-06
1
-2
/
+76
*
ctrl_type_vals: fix range check
Neels Hofmeyr
2017-03-06
1
-1
/
+1
*
Check for proper lapdm_datalink entity
Max
2017-03-02
1
-2
/
+8
*
fix: gsm0808.c: unterminated value_string array gsm0808_bssap_names
Neels Hofmeyr
2017-03-02
1
-0
/
+1
*
fsm: convenience: add inline osmo_fsm_inst_state_name()
Neels Hofmeyr
2017-03-01
1
-0
/
+4
*
Handle replies in ctrl_cmd_handle()
Max
2017-03-01
1
-0
/
+17
*
Use value_string for ctrl_type
Max
2017-03-01
7
-37
/
+74
*
Fix client-side ctrl interface helpers
Max
2017-03-01
1
-40
/
+1
*
Export comp128 v2 and v3 routines as well
Holger Hans Peter Freyther
2017-02-27
1
-0
/
+2
*
ports.h: rename CSCN to MSC
Neels Hofmeyr
2017-02-24
2
-2
/
+2
*
libosmoctrl: Fix typo in ctrl_interface_connect()
Harald Welte
2017-02-23
1
-1
/
+1
*
Expand and expose ctrl connection allocation
Max
2017-02-23
2
-6
/
+52
*
logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*
Neels Hofmeyr
2017-02-23
8
-59
/
+61
*
logging.h: fixup: add API doc for logging enums recently added
Neels Hofmeyr
2017-02-23
1
-0
/
+5
*
logging.h: fix backwards compat broken by recent commit
Neels Hofmeyr
2017-02-23
1
-0
/
+7
*
gsm_04_08.h: add R99 MSCR and CBQ3 to SI3 Ctrl Chan Descr
Neels Hofmeyr
2017-02-23
1
-3
/
+5
*
logging: centrally define ctx and filter indexes
Neels Hofmeyr
2017-02-22
10
-54
/
+66
*
gsup_test: also check stderr
Neels Hofmeyr
2017-02-22
4
-8
/
+89
*
gsup test: add decoding test for UMTS IEs
Neels Hofmeyr
2017-02-22
2
-1
/
+61
*
fix osmo_auth_gen_vec_auts: copy rand to auth vector
Neels Hofmeyr
2017-02-22
1
-1
/
+8
*
gsup decode: fix expectation of AUTS length, should be 14
Neels Hofmeyr
2017-02-21
1
-2
/
+2
*
Document ctrl_interface_setup_dynip() function
Max
2017-02-19
1
-0
/
+8
*
fix: gprs_bssgp_vty: logging filter: wrong constant
Neels Hofmeyr
2017-02-17
1
-1
/
+1
*
gsup: add osmo_gsup_message_type_name()
Neels Hofmeyr
2017-02-15
3
-0
/
+35
[next]