| Commit message (Expand) | Author | Age | Files | Lines |
* | update/extend doxygen documentation | Harald Welte | 2017-06-12 | 30 | -98/+663 |
* | Update doxygen main page for libosmo{core,gsm,vty} | Harald Welte | 2017-06-12 | 1 | -0/+13 |
* | Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014 | Harald Welte | 2017-06-12 | 3 | -1/+23 |
* | Distinguish between unsupported and invalid MCS | Max | 2017-05-24 | 1 | -53/+54 |
* | add libpseudotalloc as super-simplistic talloc replacement | Harald Welte | 2017-05-17 | 1 | -0/+4 |
* | gsm/gsm0411_smr.c: strip unused variable | Vadim Yanitskiy | 2017-05-17 | 1 | -2/+1 |
* | gsm0808 + ipa: fix compilation on systems without sys/socket.h | Harald Welte | 2017-05-15 | 2 | -3/+15 |
* | use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore | Harald Welte | 2017-05-15 | 7 | -25/+22 |
* | Make EARFCN size calculation more robust | Max | 2017-05-14 | 2 | -6/+22 |
* | gsm_04_08: Add missing GSM cause value | Daniel Willmann | 2017-05-12 | 1 | -0/+3 |
* | doc: fix incorrect return value description | Max | 2017-05-10 | 1 | -1/+1 |
* | timer: add osmo_timer_setup() | Pablo Neira Ayuso | 2017-05-09 | 3 | -8/+4 |
* | gsm0808: fix control flow issue | Philipp Maier | 2017-05-08 | 1 | -3/+2 |
* | Add SW Description (de)marshalling | Max | 2017-04-28 | 2 | -0/+160 |
* | Uninitialized variable in ipa_ccm_make_id_resp_from_req() | Harald Welte | 2017-04-27 | 1 | -0/+2 |
* | fix spelling in API docu, command reply, logging, descriptions | Thorsten Alteholz | 2017-04-23 | 2 | -2/+2 |
* | ipa: Introduce helpers to encode IPA CCM ID RESPONSE | Harald Welte | 2017-04-15 | 2 | -1/+120 |
* | gsm0808: make gsm0808_create_reset_ack() accessible | Philipp Maier | 2017-04-08 | 1 | -0/+1 |
* | gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQST | Philipp Maier | 2017-04-08 | 2 | -0/+57 |
* | gsm0808: Add create functions for BSS_MAP_MSG_PAGING | Philipp Maier | 2017-04-08 | 2 | -0/+53 |
* | gsm0808: Add create functions for CIPHER MODE COMMAND | Philipp Maier | 2017-04-08 | 2 | -0/+34 |
* | gsm0808: Add utils for Cell Identifier List | Philipp Maier | 2017-04-08 | 2 | -0/+80 |
* | gsm0808: Add utils for Encryption Information | Philipp Maier | 2017-04-08 | 2 | -0/+73 |
* | gsm0808: Add utils for Channel Type | Philipp Maier | 2017-04-08 | 2 | -0/+75 |
* | gsm0808: Add AoIP specific elements to gsm0808_create_... functions | Philipp Maier | 2017-04-08 | 2 | -5/+58 |
* | gsm0808: Add utils for Speech Codec List and Speech Codec | Philipp Maier | 2017-04-08 | 2 | -0/+190 |
* | gsm0808: Add utils for AoIP Transport Layer Address | Philipp Maier | 2017-04-08 | 3 | -1/+125 |
* | Fix LAPD UA message buffer memory leak. | Jean-Francois Dionne | 2017-03-29 | 1 | -5/+5 |
* | Add support for PCU version report | Max | 2017-03-23 | 1 | -0/+1 |
* | abis: add message type names | Max | 2017-03-22 | 2 | -0/+104 |
* | abis: add attribute names | Max | 2017-03-21 | 2 | -0/+72 |
* | build: fix build dependencies for generated sources | Neels Hofmeyr | 2017-03-20 | 1 | -1/+3 |
* | add gsm48_pdisc_msgtype_name() | Neels Hofmeyr | 2017-03-16 | 2 | -0/+202 |
* | add gsm48_pdisc_names and gsm48_pdisc_name() | Neels Hofmeyr | 2017-03-16 | 2 | -0/+20 |
* | auth_milenage: fix check against too large ind | Neels Hofmeyr | 2017-03-16 | 1 | -1/+1 |
* | osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || IND | Neels Hofmeyr | 2017-03-15 | 1 | -1/+66 |
* | osmo_auth_gen_vec: UMTS auth: store last used SQN, not next | Neels Hofmeyr | 2017-03-15 | 1 | -3/+9 |
* | lapd_core: Use 'struct value_string' for LAPD state names | Harald Welte | 2017-03-15 | 1 | -28/+33 |
* | libosmocoding: migrate transcoding routines from OsmoBTS | Vadim Yanitskiy | 2017-03-07 | 1 | -0/+2 |
* | 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 |
* | Export comp128 v2 and v3 routines as well | Holger Hans Peter Freyther | 2017-02-27 | 1 | -0/+2 |
* | 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 |
* | gsup: add osmo_gsup_message_type_name() | Neels Hofmeyr | 2017-02-15 | 2 | -0/+30 |
* | utils/conv_gen.py: improve application flexibility | Vadim Yanitskiy | 2017-02-09 | 1 | -1/+1 |
* | fix various compiler warnings (on FreeBSD-11.0) | Harald Welte | 2017-02-08 | 2 | -1/+2 |
* | lapd_core: Fix MDL-ERROR ind after RELEASE ind | Philipp Maier | 2017-02-07 | 1 | -4/+4 |
* | lapd_core: fix program flow | Philipp Maier | 2017-02-07 | 1 | -5/+5 |
* | osmo_auth*: fix ordering of function args | Neels Hofmeyr | 2017-02-06 | 1 | -3/+3 |