summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* contrib: add script to find unterminated value_string arraysNeels Hofmeyr2017-03-161-0/+33
* auth_milenage: fix check against too large indNeels Hofmeyr2017-03-161-1/+1
* fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY()Neels Hofmeyr2017-03-151-1/+1
* ctrl_type_vals: explicitly terminateNeels Hofmeyr2017-03-153-3/+4
* milenage_test: cosmetic: verify AUTS in commentsNeels Hofmeyr2017-03-151-0/+56
* fix wrong return codeThorsten Alteholz2017-03-151-1/+1
* linuxlist.h: add llist_first/last_entry macrosNeels Hofmeyr2017-03-151-0/+30
* milenage_test: enhance to verify new SQN incrementsNeels Hofmeyr2017-03-152-0/+31
* osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr2017-03-153-1/+74
* osmo_auth_gen_vec: UMTS auth: store last used SQN, not nextNeels Hofmeyr2017-03-154-10/+18
* osmo-auc-gen: clarify SQN output, prepare for SQN changesNeels Hofmeyr2017-03-152-16/+18
* add osmo-auc-gen_testNeels Hofmeyr2017-03-156-2/+134
* milenage_test: cosmetic fix: shown value is not SEQ.MSNeels Hofmeyr2017-03-152-2/+4
* lapd_core: Use 'struct value_string' for LAPD state namesHarald Welte2017-03-151-28/+33
* Doxygen: exclude osmocom/core/gsm/protocol/*Harald Welte2017-03-151-1/+1
* gsm_04_08: add _NUM_CHREQ_T to enumAlexander Couzens2017-03-141-0/+1
* gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASEAlexander Couzens2017-03-141-0/+2
* build: cosmetic: coding: break a CPPFLAGS lineNeels Hofmeyr2017-03-131-1/+3
* libosmocoding: fix .deb buildingMax2017-03-073-0/+9
* libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy2017-03-0725-7/+8111
* tests/conv: separate test logicVadim Yanitskiy2017-03-064-153/+169
* gsm0503.h: generate header automaticallyVadim Yanitskiy2017-03-063-174/+7
* utils/conv_gen.py: add header generation featureVadim Yanitskiy2017-03-061-5/+44
* utils/conv_gen.py: add test vectors generation featureVadim Yanitskiy2017-03-061-2/+76
* ctrl_type_vals: fix range checkNeels Hofmeyr2017-03-061-1/+1
* Check for proper lapdm_datalink entityMax2017-03-021-2/+8
* fix: gsm0808.c: unterminated value_string array gsm0808_bssap_namesNeels Hofmeyr2017-03-021-0/+1
* fsm: convenience: add inline osmo_fsm_inst_state_name()Neels Hofmeyr2017-03-011-0/+4
* Handle replies in ctrl_cmd_handle()Max2017-03-011-0/+17
* Use value_string for ctrl_typeMax2017-03-017-37/+74
* Fix client-side ctrl interface helpersMax2017-03-011-40/+1
* Export comp128 v2 and v3 routines as wellHolger Hans Peter Freyther2017-02-271-0/+2
* ports.h: rename CSCN to MSCNeels Hofmeyr2017-02-242-2/+2
* libosmoctrl: Fix typo in ctrl_interface_connect()Harald Welte2017-02-231-1/+1
* Expand and expose ctrl connection allocationMax2017-02-232-6/+52
* logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2017-02-238-59/+61
* logging.h: fixup: add API doc for logging enums recently addedNeels Hofmeyr2017-02-231-0/+5
* logging.h: fix backwards compat broken by recent commitNeels Hofmeyr2017-02-231-0/+7
* gsm_04_08.h: add R99 MSCR and CBQ3 to SI3 Ctrl Chan DescrNeels Hofmeyr2017-02-231-3/+5
* logging: centrally define ctx and filter indexesNeels Hofmeyr2017-02-2210-54/+66
* gsup_test: also check stderrNeels Hofmeyr2017-02-224-8/+89
* gsup test: add decoding test for UMTS IEsNeels Hofmeyr2017-02-222-1/+61
* fix osmo_auth_gen_vec_auts: copy rand to auth vectorNeels Hofmeyr2017-02-221-1/+8
* gsup decode: fix expectation of AUTS length, should be 14Neels Hofmeyr2017-02-211-2/+2
* Document ctrl_interface_setup_dynip() functionMax2017-02-191-0/+8
* fix: gprs_bssgp_vty: logging filter: wrong constantNeels Hofmeyr2017-02-171-1/+1
* gsup: add osmo_gsup_message_type_name()Neels Hofmeyr2017-02-153-0/+35
* OAP:remove design doc. osmocom-authn-protocol.txtikostov2017-02-152-251/+1
* osmo_hexparse: allow whitespace in parsed string, add ws testNeels Hofmeyr2017-02-143-9/+51
* utils: add hexparse testNeels Hofmeyr2017-02-142-0/+117