summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tdef: Fix license: GPLv2+ instead of AGPLv3+Harald Welte2019-05-272-8/+9
* oap_client: Fix license: GPLv2+ instead of AGPLv3+Harald Welte2019-05-271-4/+6
* rsl: Add osmocom-specific extensions to RSL channel numbers for CBCHHarald Welte2019-05-271-0/+10
* lapdm_rslms_recvmsg: Fix memory leak in error pathHarald Welte2019-05-191-1/+3
* TLV: Add one-shot TLV encoderHarald Welte2019-05-192-0/+100
* pseudotalloc: turn talloc_steal() into #defineHarald Welte2019-05-182-2/+3
* codec/ecu: Add a bit of precision about the actual frame format usedSylvain Munaut2019-05-151-2/+7
* gsm_23_003: add GSM23003_MSISDN_{MIN,MAX}_DIGITSOliver Smith2019-05-151-1/+1
* gsm0808: Introduce Osmocom extensions to announce Osmux supportPau Espin Pedrol2019-05-133-0/+24
* NS: log address:port on errorMax2019-05-101-2/+2
* osmo_sock_get_name_*: Ensure string is returned in error caseHarald Welte2019-05-101-1/+3
* Revert "Print error message if application fails to call rate_ctr_init()"Harald Welte2019-05-101-5/+2
* gsm0808_utils: Introduce gsm0808_msgb_put_cell_id_u()Harald Welte2019-05-102-41/+43
* Print error message if application fails to call rate_ctr_init()Harald Welte2019-05-101-2/+5
* Fix osmo_quote_str_c() for strings larger than 32 bytesHarald Welte2019-05-101-2/+13
* Add MO-FALLBACK-VALUE SGsAP IEOmar Ramadan2019-05-101-0/+2
* fix typo in FSM descriptionKévin Redon2019-05-091-4/+4
* deal with rate_ctr_group_alloc() returning NULLHarald Welte2019-05-082-0/+8
* Bump version: 1.0.1.143-cc72c → 1.1.0Pau Espin Pedrol2019-05-075-5/+5
* add osmo_stat_item_inc/osmo_stat_item_dec to set it relativeAlexander Couzens2019-05-071-0/+24
* add gsm0808_create_handover_request_ack2 to add AoIP RTP addrNeels Hofmeyr2019-05-052-9/+37
* osmo_gsup_decode(): properly check IMSI, avoid deprecationNeels Hofmeyr2019-05-051-3/+5
* gsm48_decode_bcd_number2(): allow avoiding deprecationNeels Hofmeyr2019-05-051-23/+25
* gsm48_decode_bcd_number2(): fix input len checkNeels Hofmeyr2019-05-051-2/+3
* add vty_is_active()Neels Hofmeyr2019-05-031-0/+10
* add gsm48_decode_bcd_number2() from osmo-mscNeels Hofmeyr2019-05-032-1/+28
* BSSMAP: add messages for inter-BSC and inter-MSC HandoverNeels Hofmeyr2019-05-032-0/+175
* BSSMAP: tweaksNeels Hofmeyr2019-04-261-2/+2
* GSUP: add inter-MSC handover related msgs and IEsOliver Smith2019-04-261-0/+127
* bitcomp.c: fix missing Doxygen group closing tagVadim Yanitskiy2019-04-251-1/+1
* application.c: drop wrong \references of osmo_init_ignore_signals()Vadim Yanitskiy2019-04-251-1/+1
* GSUP: add Message Class IENeels Hofmeyr2019-04-132-0/+19
* gsm/gsm_utils.c: indicate intentional fall-throughVadim Yanitskiy2019-04-121-0/+1
* gb/gprs_ns_sns.c: fix incorrect sizeof() calculationVadim Yanitskiy2019-04-121-1/+1
* Fix incorrect buffer size calculationVadim Yanitskiy2019-04-123-11/+16
* add identifier sanitation for setting FSM instance idsNeels Hofmeyr2019-04-122-2/+51
* add osmo_{escape,quote}_str_buf2() for standard args orderingNeels Hofmeyr2019-04-121-39/+95
* add osmo_str_startswith()Neels Hofmeyr2019-04-112-11/+15
* make osmo_sockaddr_str_is_set() NULL-safeNeels Hofmeyr2019-04-111-1/+2
* fsm: support graceful osmo_fsm_inst_term() cascadesNeels Hofmeyr2019-04-111-6/+142
* fsm: add flag to ensure osmo_fsm_inst_term() happens only onceNeels Hofmeyr2019-04-111-0/+6
* gsm_utils.c: fix Doxygen description for gsm_get_octet_len()Vadim Yanitskiy2019-04-111-4/+4
* vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp()Vadim Yanitskiy2019-04-111-1/+1
* vty/talloc_ctx_vty.c: allocate walk_cb_params on stack, not heapVadim Yanitskiy2019-04-111-43/+15
* Add _c versions of functions that otherwise return static buffersHarald Welte2019-04-1014-11/+419
* add osmo_use_count APINeels Hofmeyr2019-04-082-0/+280
* add osmo_sockaddr_str APINeels Hofmeyr2019-04-082-1/+381
* gsm_utils: fix use buf_len instead of sizeof in osmo_dump_gsmtime_bufPhilipp Maier2019-04-081-1/+1
* Add _buf() functions to bypass static string buffersHarald Welte2019-04-0313-117/+337
* osmo_escape_str_buf: Always copy, don't return input string pointerHarald Welte2019-03-291-19/+8