aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
AgeCommit message (Expand)AuthorFilesLines
2019-04-09gsm_03_40.h: define max SM-TP-UDL (User-Data-Length) valuesVadim Yanitskiy1-0/+5
2019-04-08add osmo_use_count APINeels Hofmeyr1-0/+228
2019-04-08add osmo_sockaddr_str APINeels Hofmeyr1-0/+87
2019-04-03Add _buf() functions to bypass static string buffersHarald Welte12-1/+25
2019-03-29osmo_escape_str_buf: Always copy, don't return input string pointerHarald Welte1-1/+1
2019-03-27Doxygen: fix documentation of rate_ctr_for_each_counter()Vadim Yanitskiy1-4/+0
2019-03-27core/msgb.h: fix incorrect Doxygen parameter descriptionVadim Yanitskiy1-5/+5
2019-03-27core/msgb.h: drop meaningless parameter of msgb_eq_* helpersVadim Yanitskiy1-5/+5
2019-03-27core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpersVadim Yanitskiy1-5/+5
2019-03-27core/linuxlist.h: fix white-space and inconsistent alignmentVadim Yanitskiy1-19/+19
2019-03-27core/linuxlist.h: fix and unify Doxygen documentationVadim Yanitskiy1-99/+96
2019-03-27gsm_utils.h: remove unused include of gsm_08_08.hNeels Hofmeyr1-1/+0
2019-03-21select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte1-5/+10
2019-03-19socket: osmo_sock_get_name() Use "const void *" as talloc contextHarald Welte1-1/+1
2019-03-11gsm0808_utils: fix gsm48 multirate configuration generatorPhilipp Maier2-1/+15
2019-03-08add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()Neels Hofmeyr2-0/+12
2019-03-07fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()Neels Hofmeyr1-0/+15
2019-03-06represent negative T-timers as Osmocom-specific X-timersNeels Hofmeyr3-4/+14
2019-02-26log: fsm: allow logging the timeout on state changeNeels Hofmeyr1-0/+1
2019-02-26NS: Add support for GPRS NS IP Sub-Network-Service (SNS)Harald Welte2-3/+19
2019-02-26gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encodingHarald Welte1-0/+9
2019-02-26enlarge gsm0808 msgb headroomNeels Hofmeyr1-2/+2
2019-02-26LCLS: add string dump helpersMax1-0/+3
2019-02-23GPRS: Doxygen documentation for 'struct libgb_msgb_cb'Harald Welte1-4/+4
2019-02-19gprs_ns: Declare gprs_ns_tx_alive*() in header fileHarald Welte1-0/+2
2019-02-17add OSMO_STRBUF_PRINTF()Neels Hofmeyr1-0/+85
2019-02-17gsm_08_08.h: Add constants for Channel Type in signalling modeSylvain Munaut1-0/+14
2019-02-08gsm/gsm0480: introduce gsm0480_create_release_complete()Vadim Yanitskiy1-1/+3
2019-02-07protocol/gsm_04_14: Fix the OPEN LOOP message typeSylvain Munaut1-1/+1
2019-02-05gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMANDPhilipp Maier1-0/+1
2019-02-05bitvec: Add bitvec_tailroom_bits() functionHarald Welte1-0/+6
2019-02-05bitvec: Add bitvec_bytes_used() functionHarald Welte1-0/+9
2019-02-05gsm_08_08.h: Add IEI definitions from Release 15Harald Welte1-0/+5
2019-02-05Extend gsm_04_08.h with CSFB related definitiosn form 44.018 Rel 15Harald Welte1-0/+2
2019-02-04add osmo_tdef API, originally adopted from osmo-bsc T_defNeels Hofmeyr2-0/+239
2019-02-04vty api: add vty_out_va()Neels Hofmeyr1-0/+1
2019-02-04socket.h: add missing includeMax1-2/+7
2019-02-04GSUP: deprecate osmo_gsup_get_err_msg_type()Oliver Smith1-2/+14
2019-01-29osmo_fsm_state_name: make robust against NULL fiNeels Hofmeyr1-1/+1
2019-01-29add osmo_classmark_* APINeels Hofmeyr1-0/+16
2019-01-28add osmo_hexdump_buf() and testNeels Hofmeyr1-0/+3
2019-01-28gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2-0/+5
2019-01-22constrain gsm48_generate_mid() output array boundsHarald Welte1-0/+1
2019-01-21gsm_23_003.h: add GSM23003_IMEI_NUM_DIGITS_NO_CHKOliver Smith1-0/+3
2019-01-21Rename msgb_wrap_with_TL()Max1-1/+1
2019-01-19Prevent GCR encoder/decoder functions from being used directlyMax1-2/+2
2019-01-19LCLS: make GCR into static member of osmo_lclsMax1-1/+2
2019-01-19LCLS: add status parameter to Assignment Completed messageMax1-0/+6
2019-01-17socket: add define for socket name lengthPhilipp Maier1-0/+2
2019-01-14LCLS: add GCR comparison helperMax1-0/+1