summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* GSUP: fix missing osmo_gsup_get_err_msg_type()sOliver Smith2018-12-211-0/+8
* Use define for key buffersMax2018-12-201-2/+2
* 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-191-17/+47
* GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy2018-12-181-0/+13
* GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy2018-12-184-2/+336
* LCLS: add gsm0808_create_ass2()Max2018-12-142-6/+48
* LCLS, TS 48.008: add GCR IE encoding/decodingMax2018-12-142-0/+37
* LCLS, TS 29.205: add GCR routinesMax2018-12-143-1/+97
* gsm0480: fix copy-pasted note for gsm0480_gen_return_error()Vadim Yanitskiy2018-12-141-3/+0
* msgb: add test helpersMax2018-12-121-0/+92
* 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-101-5/+5
* gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr2018-12-101-1/+1
* gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr2018-12-101-13/+12
* add osmo_bcd2str()Neels Hofmeyr2018-12-101-0/+41
* api doc: gsm48_mi_to_string(): warn of return value implementationNeels Hofmeyr2018-12-101-1/+4
* gsm0808: add encoder for cause codes and use itPhilipp Maier2018-12-083-12/+43
* gsm29118: add generator functions for GSM29118 messagesPhilipp Maier2018-12-072-0/+290
* cosmetic apn: correct whitespace errorPhilipp Maier2018-12-071-1/+1
* Add osmo_sockaddr_in_to_str_and_uint()Max2018-12-071-5/+20
* Allow log_init() with NULL log_infoMax2018-12-061-10/+15
* ctrl: use #define for TRAP idMax2018-12-031-1/+1
* gsm0808: add message generator for BSSMAP HANDOVER PERFORMEDPhilipp Maier2018-12-032-0/+47
* configure.ac: check clock_gettime for glib < 2.17Alexander Couzens2018-12-031-1/+1
* Move BSSMAP_MSG_* defines to header fileMax2018-11-301-3/+0
* ctrl: print textual error on IPA parsing failureMax2018-11-261-1/+1
* Update gsm0808_create_ass() doxygenMax2018-11-221-2/+2
* gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rcPau Espin Pedrol2018-11-202-23/+49
* 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-191-1/+3
* Support cipher mode reject with extended causeMax2018-11-193-0/+42
* Move msgb_push helpers to public headerMax2018-11-191-39/+10
* gsm48: gsm48_decode_freq_list: Improve documentation of paramter fPau Espin Pedrol2018-11-181-1/+1
* Update GSM0808_LCLS enumsMax2018-11-181-0/+3
* Update 3GPP TS 08.08 Cause handlingMax2018-11-182-6/+25
* fsm: fix apidoc of osmo_fsm_state_name()Philipp Maier2018-11-161-1/+1
* gsm29118: add value strings for SGSAP IEIPhilipp Maier2018-11-162-0/+36
* socket.c: fix IP and port buffer sizesOliver Smith2018-11-061-4/+4
* gsm48: correct apidoc for gsm48_generate_mid()Philipp Maier2018-11-021-0/+1
* Update cipher reject functionMax2018-11-021-0/+1
* gsm0808: cosmetic: rename parameter "reason" to "cause"Philipp Maier2018-10-301-3/+3
* gsm0808: fix doxygen apidocPhilipp Maier2018-10-301-1/+1
* make 'show rate-counters' show group indexStefan Sperling2018-10-291-1/+1
* stop printing group description in vty_out_rate_ctr_group_fmt()Stefan Sperling2018-10-292-3/+1
* gsm23003: Add MME domain name related helper functionsHarald Welte2018-10-282-0/+92
* add osmo_sock_get_{local,remote}_ip{,_port}()Oliver Smith2018-10-261-25/+86
* cosmetic: fix typo (soocket -> socket)Oliver Smith2018-10-251-1/+1