summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gsm48_decode_bcd_number2(): return -EINVAL if LV has too big lengthVadim Yanitskiy2019-05-283-5/+5
* gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncationVadim Yanitskiy2019-05-283-7/+17
* gsm48_decode_bcd_number2(): fix output truncationVadim Yanitskiy2019-05-282-4/+4
* gsm0408/gsm0408_test.c: introduce BCD number encoding / decoding testVadim Yanitskiy2019-05-282-0/+224
* tdef: Fix license: GPLv2+ instead of AGPLv3+Harald Welte2019-05-273-12/+15
* oap_client: Fix license: GPLv2+ instead of AGPLv3+Harald Welte2019-05-273-12/+16
* rsl: Add osmocom-specific extensions to RSL channel numbers for CBCHHarald Welte2019-05-272-0/+14
* protocol/gsm_12_21.h: fix copy-pasted struct descriptionVadim Yanitskiy2019-05-241-1/+1
* lapdm_rslms_recvmsg: Fix memory leak in error pathHarald Welte2019-05-191-1/+3
* TLV: Add one-shot TLV encoderHarald Welte2019-05-195-0/+155
* Cosmetic: GSUP: fix too long comment lineOliver Smith2019-05-191-2/+2
* Deprecate usage of osmo_counter_*Daniel Willmann2019-05-191-2/+10
* pseudotalloc: turn talloc_steal() into #defineHarald Welte2019-05-182-2/+3
* Revert "Change GSM48_PDISC_* to enum type"Harald Welte2019-05-181-20/+18
* Change GSM48_PDISC_* to enum typeMax2019-05-171-18/+20
* 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-152-1/+4
* gsm0808: Introduce Osmocom extensions to announce Osmux supportPau Espin Pedrol2019-05-135-0/+29
* 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-103-41/+44
* 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-102-0/+3
* fix typo in FSM descriptionKévin Redon2019-05-091-4/+4
* Add expect script: 'vty' for easy access to all vtysKeith2019-05-081-0/+87
* deal with rate_ctr_group_alloc() returning NULLHarald Welte2019-05-082-0/+8
* Add VTY and CTRL port numbers for OsmoCBC (Cell Broadcast Centre)Harald Welte2019-05-082-0/+3
* Bump version: 1.0.1.143-cc72c → 1.1.0Pau Espin Pedrol2019-05-0710-25/+177
* add osmo_stat_item_inc/osmo_stat_item_dec to set it relativeAlexander Couzens2019-05-073-0/+42
* Re-introduce declaration of gsm0808_create_handover_request_ack()Harald Welte2019-05-061-0/+4
* add gsm0808_create_handover_request_ack2 to add AoIP RTP addrNeels Hofmeyr2019-05-053-12/+60
* 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 comment to gsm_mncc_bearer_cap.speech_verNeels Hofmeyr2019-05-031-1/+1
* add vty_is_active()Neels Hofmeyr2019-05-032-0/+12
* add osmo_bssap_tlv_parse2() for multiple identical TNeels Hofmeyr2019-05-031-0/+3
* add gsm48_decode_bcd_number2() from osmo-mscNeels Hofmeyr2019-05-033-2/+33
* BSSMAP: add messages for inter-BSC and inter-MSC HandoverNeels Hofmeyr2019-05-033-0/+241
* gsm/gsm_utils.h: fix argument type of gsm_chan_t_name()Vadim Yanitskiy2019-05-021-1/+1
* BSSMAP: tweaksNeels Hofmeyr2019-04-263-4/+6
* GSUP: add inter-MSC handover related msgs and IEsOliver Smith2019-04-265-4/+540
* 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-135-5/+47
* add OSMO_IMSI_BUF_SIZENeels Hofmeyr2019-04-132-1/+4
* 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