summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use define for key buffersMax2018-12-203-6/+9
* rename CELL_IDENT_LAI_AND_LAC to CELL_IDENT_LAIStefan Sperling2018-12-191-2/+3
* add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr2018-12-199-45/+647
* LCLC: fix doc to match type signatureMax2018-12-191-2/+1
* Fix typos in SS opcode namesMax2018-12-191-2/+2
* add to osmo_sock_get_name*() APINeels Hofmeyr2018-12-192-17/+50
* GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy2018-12-186-1/+46
* GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy2018-12-1811-15/+527
* LCLS: add gsm0808_create_ass2()Max2018-12-145-6/+133
* LCLS, TS 48.008: add GCR IE encoding/decodingMax2018-12-145-0/+123
* LCLS, TS 29.205: add GCR routinesMax2018-12-1410-4/+263
* gsm0480: fix copy-pasted note for gsm0480_gen_return_error()Vadim Yanitskiy2018-12-141-3/+0
* stats.h: Fix build on MacOSPau Espin Pedrol2018-12-131-2/+2
* msgb: add test helpersMax2018-12-122-0/+231
* fix api doc for osmo_bcd2str()Neels Hofmeyr2018-12-111-1/+1
* gsm48_mi_to_string(): do not read from zero length input bufferNeels Hofmeyr2018-12-101-1/+1
* gsm48_mi_to_string(): guard against zero length output bufferNeels Hofmeyr2018-12-102-13/+13
* gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr2018-12-103-8/+6
* gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr2018-12-103-29/+24
* add osmo_bcd2str()Neels Hofmeyr2018-12-104-0/+186
* Constify llist_count() parameterMax2018-12-101-1/+1
* api doc: gsm48_mi_to_string(): warn of return value implementationNeels Hofmeyr2018-12-101-1/+4
* gsm0408_test: test encoding and decoding Mobile IdentityNeels Hofmeyr2018-12-102-0/+358
* timer: Fix clockid_t undefined on MacOS < 10.12Pau Espin Pedrol2018-12-102-0/+5
* gsm0808: add encoder for cause codes and use itPhilipp Maier2018-12-086-19/+75
* gsm29118: add generator functions for GSM29118 messagesPhilipp Maier2018-12-075-0/+363
* gsm_29_118.h: Add constant for default portPhilipp Maier2018-12-071-0/+3
* cosmetic apn: correct whitespace errorPhilipp Maier2018-12-072-2/+2
* Add osmo_sockaddr_in_to_str_and_uint()Max2018-12-072-5/+23
* Allow log_init() with NULL log_infoMax2018-12-061-10/+15
* gsm_29_118: add missing extern for struct value_string decl.Philipp Maier2018-12-051-8/+8
* LCLS: update osmo_lcls structMax2018-12-041-4/+4
* Add msgb_tl_put() helperMax2018-12-041-0/+12
* ctrl: use #define for TRAP idMax2018-12-032-1/+2
* Update msgb Lx helpersMax2018-12-031-1/+17
* gsm0808: add message generator for BSSMAP HANDOVER PERFORMEDPhilipp Maier2018-12-033-0/+71
* configure.ac: check clock_gettime for glib < 2.17Alexander Couzens2018-12-032-1/+5
* Move BSSMAP_MSG_* defines to header fileMax2018-11-302-3/+3
* ctrl: print textual error on IPA parsing failureMax2018-11-261-1/+1
* add contrib/struct_endianess.pyNeels Hofmeyr2018-11-221-0/+369
* Update gsm0808_create_ass() doxygenMax2018-11-221-2/+2
* gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rcPau Espin Pedrol2018-11-204-25/+58
* LCLS: add 48.008 parameter structureMax2018-11-201-0/+8
* document unblock-ack vs. signalling in gprs_ns_process_msg()Stefan Sperling2018-11-201-0/+6
* send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCKStefan Sperling2018-11-192-6/+8
* gsm_44_318.h: remove #if 0 from struct gan_cch_desc_ieNeels Hofmeyr2018-11-191-17/+0
* Add missing header includeMax2018-11-191-0/+1
* Support cipher mode reject with extended causeMax2018-11-197-1/+89
* Move msgb_push helpers to public headerMax2018-11-193-39/+25
* gsm48: gsm48_decode_freq_list: Improve documentation of paramter fPau Espin Pedrol2018-11-181-1/+1