trim changelog for size
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmocore?expand=0&rev=62
This commit is contained in:
parent
40a4792e90
commit
7b957ad056
@ -3,125 +3,24 @@ Sat Jan 19 22:04:36 UTC 2019 - mardnh@gmx.de
|
||||
|
||||
- Update to version 1.0.0
|
||||
* GSMTAP: add SIM sub_types
|
||||
* fix various strncpy bugs
|
||||
* gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4
|
||||
* logging vty: add VTY transcript test
|
||||
* gsm0808: implement BSSMAP Classmark Request
|
||||
* logging vty: rewrite 'logging level' vty cmd generation
|
||||
* logging vty: deprecate the 'everything' keyword
|
||||
* logging vty: write: check logging levels validity
|
||||
* logging vty: deprecate 'all', introduce 'force-all'
|
||||
* logging vty: add 'logging level set-all <level>'
|
||||
* vty reference: fix deprecation bit evaluation
|
||||
* vty list: fix deprecation/hidden bit logic
|
||||
* vty: omit HIDDEN from vty reference
|
||||
* vty logging: fix crash when missing 'logging enable'
|
||||
* add osmo_bcd2str()
|
||||
* gsm48_mi_to_string: use osmo_bcd2str(), fix some corner cases
|
||||
* gsm48_generate_mid(): mask out ODD flag from mi_type
|
||||
* gsm48_mi_to_string(): guard against zero length output buffer
|
||||
* gsm48_mi_to_string(): do not read from zero length input buffer
|
||||
* add to osmo_sock_get_name*() API
|
||||
* add/clean big-endian packed structs (struct_endianess.py)
|
||||
* add LOGPFSMSL(), LOGPFSMSLSRC()
|
||||
* gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_type
|
||||
* osmo_rat_type: add OSMO_RAT_EUTRAN_SGS
|
||||
* add osmo_mi_name(), for MI-to-string like "IMSI-123456"
|
||||
* add osmo_lu_type_names[], osmo_lu_type_name()
|
||||
* change GSM48_CMSERV_* to enum type, add names
|
||||
* ctrl/vty: fsm: use correct element when iterating over fsm->proc.children
|
||||
* bssgp: introduce flush queue functions
|
||||
* gsm0480: Factor out msgb allocation helper function
|
||||
* USSD: Introduce gsm0480_gen_ussd_resp_7bit()
|
||||
* 04.80: New gsm0480_gen_{reject,return_error}() functions
|
||||
* import oap_client into libosmogsm
|
||||
* oap_client: Rename symbols with osmo_ prefix
|
||||
* import oap_client_test from osmo-sgsn
|
||||
* Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()
|
||||
* re-introduce ipa_ccm_idtag_parse_off()
|
||||
* Add RSPRO support to IPA and logging definitions
|
||||
* logging_vty: Ensure writing well-formed config files
|
||||
* SGsAP protocol definitions (header + C file)
|
||||
* gsm23003: Add MME domain name related helper functions
|
||||
* vty/vty.c: remove dead unused tall_bsc_ctx
|
||||
* gsm/gsm0480.c: prevent NULL-pointer dereference
|
||||
* gsm/gsm0480.c: use the local msgb allocator
|
||||
* libosmogsm: (re)introduce gsm48_push_l3hdr()
|
||||
* vty/command.h: document and prettify CMD_ATTR_* flags
|
||||
* utils/osmo-config-merge: explicitly return from main()
|
||||
* libosmogsm/gsup.c: fix error code in osmo_gsup_encode()
|
||||
* core/msgb.h: introduce msgb_l4len() helper
|
||||
* GSUP/SMS: introduce MO-/MT-FORWARD-SM messages
|
||||
* GSUP/SMS: introduce READY-FOR-SM message
|
||||
* tests/gsm0808: use new msgb comparison API
|
||||
* logging/gsmtap: fix buffer overflow in _gsmtap_raw_output()
|
||||
* gsm0808: fix wrong codec defaults for OFR_AMR_WB
|
||||
* gsm0808: add function to convert amr gsm0408 setings to gsm0808
|
||||
* gsm0808_utils: constify parameter
|
||||
* gsm_utils: add function to get value strings for gsm48_chan_mode
|
||||
* gsm0808: add function to convert AMR S15-S0 to gsm0408 settings
|
||||
* gsm0808: allow decoding of zero length speech codec lists.
|
||||
* gsm0808: cosmetic: rename parameter "reason" to "cause"
|
||||
* gsm_29_118: add missing include to header file
|
||||
* gsm29118: add value strings for SGSAP IEI
|
||||
* gsm0808: add message generator for BSSMAP HANDOVER PERFORMED
|
||||
* gsm_29_118: add missing extern for struct value_string decl.
|
||||
* cosmetic apn: correct whitespace error
|
||||
* gsm_29_118.h: Add constant for default port
|
||||
* gsm29118: add generator functions for GSM29118 messages
|
||||
* gsm0808: add encoder for cause codes and use it
|
||||
* signal: Introduce API osmo_signal_talloc_ctx_init
|
||||
* msgb: Introduce msgb_{de,en}queue_count APIs
|
||||
* vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 release
|
||||
* gsm_08_58.h: Introduce struct abis_rsl_link_id
|
||||
* gsm_08_58.h: Introduce struct abis_rsl_chan_nr
|
||||
* gsm48: gsm48_decode_freq_list: Improve documentation of paramter f
|
||||
* gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rc
|
||||
* properly handle mandatory cli param of gsm0808_create_paging2
|
||||
* Properly deal with sockaddr_un socket path length limitations.
|
||||
* ensure unix socket paths are NUL-terminated for bind/connect
|
||||
* fix error handling gprs_ns_nsip_listen()
|
||||
* add support for ipaccess messages on the ctrl interface
|
||||
* stop printing group description in vty_out_rate_ctr_group_fmt()
|
||||
* make 'show rate-counters' show group index
|
||||
* send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCK
|
||||
* rename CELL_IDENT_LAI_AND_LAC to CELL_IDENT_LAI
|
||||
* port arfcn range encode support from osmo-bsc
|
||||
* port rest octets encoding code from osmo-bsc
|
||||
* Add CC_CAUSE value_string array
|
||||
* coding: Correctly count bits when decoding EDGE bursts with MCS >= 7.
|
||||
* coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode().
|
||||
* stats_statsd: Send all stat_items as gauges
|
||||
* GSMTAP: add definitions for new LTE RRC channels
|
||||
* GSMTAP: add definitions for LTE NAS subtypes
|
||||
* Update cipher reject function
|
||||
* Add helper wrapper for BSSAP TLV parsing
|
||||
* Update 3GPP TS 08.08 Cause handling
|
||||
* Update GSM0808_LCLS enums
|
||||
* Move msgb_push helpers to public header
|
||||
* Support cipher mode reject with extended cause
|
||||
* LCLS: add 48.008 parameter structure
|
||||
* ctrl: print textual error on IPA parsing failure
|
||||
* Move BSSMAP_MSG_* defines to header file
|
||||
* Add msgb_tl_put() helper
|
||||
* LCLS: update osmo_lcls struct
|
||||
* Allow log_init() with NULL log_info
|
||||
* Add osmo_sockaddr_in_to_str_and_uint()
|
||||
* LCLS, TS 29.205: add GCR routines
|
||||
* LCLS, TS 48.008: add GCR IE encoding/decoding
|
||||
* LCLS: add gsm0808_create_ass2()
|
||||
* TLV: add convenience function for 1-byte values
|
||||
* LCLS: enc/dec entire parameter set instead of GCR
|
||||
* LCLS: fix LCLS-CONNECT-CONTROL encoder
|
||||
* LCLS: use proper types for value_string wrappers
|
||||
* LCLS: add GCR comparison helper
|
||||
* add osmo_sock_get_{local,remote}_ip{,_port}()
|
||||
* socket.c: fix IP and port buffer sizes
|
||||
* GSUP: fix missing osmo_gsup_get_err_msg_type()s
|
||||
* GSUP: add end marker to enum osmo_gsup_iei
|
||||
* GSUP: add CHECK-IMEI message
|
||||
* gsm23003: add osmo_imei_str_valid()
|
||||
* vty: Make TCP port configurable and introduce telnet_init_default
|
||||
* vty: Make TCP port configurable and introduce
|
||||
telnet_init_default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 01:04:46 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user