Commit Graph

316 Commits

Author SHA1 Message Date
Gerrit Code Review 00fcf56fc9 Update notes for submitted changes
* Bump version: 1.0.1.143-cc72c → 1.1.0
2019-05-07 16:51:52 +00:00
Gerrit Code Review f4e4e2ad66 Update notes for submitted changes
* add osmo_stat_item_inc/osmo_stat_item_dec to set it relative
2019-05-07 13:20:57 +00:00
Gerrit Code Review 70bca70047 Update notes for submitted changes
* Re-introduce declaration of gsm0808_create_handover_request_ack()
2019-05-06 08:40:31 +00:00
Gerrit Code Review 381e1b3024 Update notes for submitted changes
* add gsm0808_create_handover_request_ack2 to add AoIP RTP addr
2019-05-05 16:25:29 +00:00
Gerrit Code Review c57d9efb6e Update notes for submitted changes
* osmo_gsup_decode(): properly check IMSI, avoid deprecation
* gsm48_decode_bcd_number2(): allow avoiding deprecation
* gsm48_decode_bcd_number2(): fix input len check
2019-05-05 16:23:41 +00:00
Gerrit Code Review 283f963f3f Update notes for submitted changes
* gsm/gsm_utils.h: fix argument type of gsm_chan_t_name()
2019-05-02 15:03:05 +00:00
Gerrit Code Review 56e828baaf Update notes for submitted changes
* BSSMAP: tweaks
2019-04-30 20:44:59 +00:00
Gerrit Code Review ae9b722933 Update notes for submitted changes
* GSUP: add inter-MSC handover related msgs and IEs
2019-04-30 20:44:53 +00:00
Gerrit Code Review 0805abfaba Update notes for submitted changes
* bitcomp.c: fix missing Doxygen group closing tag
* application.c: drop wrong \references of osmo_init_ignore_signals()
2019-04-25 04:44:07 +00:00
Gerrit Code Review e063375175 Update notes for submitted changes
* GSUP: add Message Class IE
* add OSMO_IMSI_BUF_SIZE
2019-04-13 21:38:58 +00:00
Gerrit Code Review 14c7b5a37d Update notes for submitted changes
* gsm/gsm_utils.c: indicate intentional fall-through
2019-04-13 21:38:39 +00:00
Gerrit Code Review 9ba06aa514 Update notes for submitted changes
* gb/gprs_ns_sns.c: fix incorrect sizeof() calculation
2019-04-12 15:36:34 +00:00
Gerrit Code Review ee42e6337f Update notes for submitted changes
* Fix incorrect buffer size calculation
2019-04-12 15:09:58 +00:00
Gerrit Code Review 5961eb3519 Update notes for submitted changes
* add osmo_str_startswith()
* make osmo_sockaddr_str_is_set() NULL-safe
* fsm_dealloc_test: no need for ST_DESTROYING
* fsm: support graceful osmo_fsm_inst_term() cascades
* fsm: add flag to ensure osmo_fsm_inst_term() happens only once
* add fsm_dealloc_test.c
2019-04-11 05:36:36 +00:00
Gerrit Code Review 4258e0db08 Update notes for submitted changes
* gsm_utils.c: fix Doxygen description for gsm_get_octet_len()
* vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp()
* vty/talloc_ctx_vty.c: allocate walk_cb_params on stack, not heap
2019-04-11 00:24:55 +00:00
Gerrit Code Review fe2ba6e3de Update notes for submitted changes
* Add _c versions of functions that otherwise return static buffers
2019-04-10 22:42:33 +00:00
Gerrit Code Review a909896f37 Update notes for submitted changes
* gsm_03_40.h: define max SM-TP-UDL (User-Data-Length) values
2019-04-10 11:03:25 +00:00
Gerrit Code Review 4d2637791f Update notes for submitted changes
* add osmo_use_count API
* add osmo_sockaddr_str API
2019-04-08 13:47:17 +00:00
Gerrit Code Review dd8e108ada Update notes for submitted changes
* gsm_utils: fix use buf_len instead of sizeof in osmo_dump_gsmtime_buf
2019-04-08 11:44:41 +00:00
Gerrit Code Review 31d3e2b676 Update notes for submitted changes
* Add _buf() functions to bypass static string buffers
2019-04-08 07:31:38 +00:00
Gerrit Code Review 9a35f87340 Update notes for submitted changes
* osmo_escape_str_buf: Always copy, don't return input string pointer
2019-03-29 16:42:25 +00:00
Gerrit Code Review 55c7f2e967 Update notes for submitted changes
* ipa: Fix ipa_ccm_id_resp_parse on big endian systems
* ipa: Document ipa_ccm_idtag_parse_off and fix ipa_ccm_idtag_parse
2019-03-28 12:22:37 +00:00
Gerrit Code Review 9cf0ee3f2f Update notes for submitted changes
* src/gsmtap_util.c: fix possible memleak in gsmtap_source_init()
2019-03-28 10:07:59 +00:00
Gerrit Code Review e1a0d6aeea Update notes for submitted changes
* BSSGP: use variable for NSEI
2019-03-28 09:00:20 +00:00
Gerrit Code Review 35d1865eaa Update notes for submitted changes
* logging_gsmtap.c: document all params of log_target_create_gsmtap()
2019-03-27 09:53:50 +00:00
Gerrit Code Review 0d0ecd8087 Update notes for submitted changes
* Doxygen: fix documentation of osmo_timer_setup()
* src/rate_ctr.c: drop some incorrect \ref references
* Doxygen: fix documentation of rate_ctr_for_each_counter()
* core/msgb.h: fix incorrect Doxygen parameter description
* src/msgb.c: fix Doxygen documentation for msgb_printf()
* core/msgb.h: drop meaningless parameter of msgb_eq_* helpers
* core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpers
* src/logging.c: fix syntax errors in Doxygen documentation
* core/linuxlist.h: fix white-space and inconsistent alignment
2019-03-27 09:51:53 +00:00
Gerrit Code Review 6fcb43eacc Update notes for submitted changes
* core/linuxlist.h: fix and unify Doxygen documentation
2019-03-27 08:03:09 +00:00
Gerrit Code Review 7e61fa9fa7 Update notes for submitted changes
* gsm_utils.h: remove unused include of gsm_08_08.h
2019-03-27 07:49:57 +00:00
Gerrit Code Review 41224158c8 Update notes for submitted changes
* Revert "ipa_ccm_idtag_parse*: Fix reported length value"
2019-03-25 14:43:52 +00:00
Gerrit Code Review 014c7858bd Update notes for submitted changes
* Doxygen: fix incorrect / missing parameter description
2019-03-25 14:43:35 +00:00
Gerrit Code Review 5f1eb08c42 Update notes for submitted changes
* Revert "signal.c: Make non-exported tall_sigh_ctx static"
2019-03-22 15:46:37 +00:00
Gerrit Code Review 3aeb8c648c Update notes for submitted changes
* signal.c: Make non-exported tall_sigh_ctx static
2019-03-21 16:02:39 +00:00
Gerrit Code Review fe45459fcc Update notes for submitted changes
* signal.c: Fix osmo_signal_talloc_ctx_init()
2019-03-21 16:02:31 +00:00
Gerrit Code Review 088b1af2a1 Update notes for submitted changes
* select: Rename BSC_FD_* constants to OSMO_FD_*
2019-03-21 16:02:01 +00:00
Gerrit Code Review 521b5b946c Update notes for submitted changes
* src/signal.c: cosmetic: use talloc_zero()
2019-03-21 16:01:38 +00:00
Gerrit Code Review 9161ada3c1 Update notes for submitted changes
* gprs_ns_sns: Properly initialize sockaddr_in in gprs_nsvc_create_ip4()
2019-03-20 10:56:55 +00:00
Gerrit Code Review 9f0a34f4d2 Update notes for submitted changes
* socket: osmo_sock_get_name() Use "const void *" as talloc context
2019-03-19 14:04:04 +00:00
Gerrit Code Review 31f21324b5 Update notes for submitted changes
* vty/tdef_vty.c: drop redundant comparison
2019-03-19 13:44:58 +00:00
Gerrit Code Review 2afca77ca7 Update notes for submitted changes
* ipa_ccm_idtag_parse*: Fix reported length value
2019-03-19 13:41:49 +00:00
Gerrit Code Review e0e54eb4d7 Update notes for submitted changes
* rate_ctr_group_free(): guard against empty or NULL input
2019-03-19 12:57:10 +00:00
Gerrit Code Review feb3cb582b Update notes for submitted changes
* tests: use -no-install libtool flag to avoid ./lt-* scripts
2019-03-19 11:49:02 +00:00
Gerrit Code Review 5f5d9312b4 Update notes for submitted changes
* gprs_ns_sns: Use "correct" remote IP address for local IP endpoint
* gprs_ns: Don't use initial IP/port for anything but SNS
2019-03-17 09:57:08 +00:00
Gerrit Code Review 7dec65533d Update notes for submitted changes
* gprs_ns.c: Update comment: IP SNS has recently been implemented
2019-03-16 17:34:15 +00:00
Gerrit Code Review 95084538de Update notes for submitted changes
* osmo_gsm48_classmark_a5_name(): fix 'no-cm3' label
2019-03-14 03:43:10 +00:00
Gerrit Code Review d1b7717a2e Update notes for submitted changes
* Fix build on non-glibc systems
2019-03-12 14:56:46 +00:00
Gerrit Code Review 8861bbd54e Update notes for submitted changes
* add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()
2019-03-08 11:12:49 +00:00
Gerrit Code Review c13e88bc3f Update notes for submitted changes
* fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()
2019-03-08 04:28:10 +00:00
Gerrit Code Review 8e94d29ff3 Update notes for submitted changes
* represent negative T-timers as Osmocom-specific X-timers
2019-03-06 05:58:01 +00:00
Gerrit Code Review 46eb26a3d4 Update notes for submitted changes
* api doc: tweak gsm0808_cell_id_matches_list() doc
2019-03-05 23:49:03 +00:00
Gerrit Code Review a9ab76be3b Update notes for submitted changes
* coding: check gsm0503_rach_*() results
2019-03-05 15:37:28 +00:00