Version: 1.0.1-bp151.1.6
* Tue Feb 19 2019 Martin Hauke <mardnh@gmx.de>
- Add patch:
* 0001-gsm_23_003.h-add-GSM23003_IMEI_NUM_DIGITS_NO_CHK.patch
Needed for osmo-hlr 1.0.0
* Thu Jan 31 2019 mardnh@gmx.de
- Update to version 1.0.1
Bugfix release:
* when msgb_wrap_with_TL() was introduced as an inline function
with exactly the same name as in openbsc. With this subsequent
change we make sure the libosmocore function has a different
name and doesn't clash.
* Sat Jan 19 2019 mardnh@gmx.de
- Update to version 1.0.0
* GSMTAP: add SIM sub_types
* gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4
* gsm0808: implement BSSMAP Classmark Request
* logging vty: rewrite 'logging level' vty cmd generation
* logging vty: deprecate the 'everything' keyword
* logging vty: deprecate 'all', introduce 'force-all'
* logging vty: add 'logging level set-all <level>'
* bssgp: introduce flush queue functions
* import oap_client into libosmogsm
* SGsAP protocol definitions (header + C file)
* GSUP/SMS: introduce MO-/MT-FORWARD-SM messages
* GSUP/SMS: introduce READY-FOR-SM message
* GSMTAP: add definitions for new LTE RRC channels
* GSMTAP: add definitions for LTE NAS subtypes
* LCLS, TS 29.205: add GCR routines
* LCLS, TS 48.008: add GCR IE encoding/decoding
* GSUP: add CHECK-IMEI message
* vty: Make TCP port configurable and introduce
telnet_init_default
* Tue Dec 11 2018 Jan Engelhardt <jengelh@inai.de>
- Upgrade to new snapshot 0.13.0~194 (6adffb95734)
* 'lo and behold, 0.12.1 is not sufficient to build
libosmo-abis 0.5.1 requiring ">= 0.12.0"
* socket: do not set SO_REUSEADDR for IPPROTO_UDP
* socket: add flag to enforce SO_REUSEADDR on UDP sockets
* gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAP
* Add RSPRO support to IPA and logging definitions
* Update 3GPP TS 08.08 Cause handling
* Update GSM0808_LCLS enums
* Mon Aug 20 2018 mardnh@gmx.de
- Update to new upstream release 0.12.1
* GnuTLS fall-back for obtaining randomness
* support for three-digit MNC throughout the code-base
* add talloc introspection via VTY
* tighter CRTL input parsing
* stricter VTY config file parsing
* allow to print only basename of source code file in logging
* print log level with color-keying of the level name
See the following URLs for complete changelogs:
http://git.osmocom.org/libosmocore/plain/debian/changelog?h=0.12.1
http://git.osmocom.org/libosmocore/plain/debian/changelog?h=0.12.0
http://git.osmocom.org/libosmocore/plain/debian/changelog?h=0.11.0
- Remove patch:
* osmo-pkgconfig.diff (fixed upstream)
* Thu Mar 22 2018 jengelh@inai.de
- Add libosmocoding-devel => libosmocore-devel dependency
because the .h file #includes, but the .pc file is missing it.
Version: 0.10.2-bp150.2.3
* Wed Mar 14 2018 jengelh@inai.de
- Add missing BuildRequires on python
* Wed Dec 27 2017 jengelh@inai.de
- Update to new upstream release 0.10.2
* GPRS: print remote state info for NS peer
* ctrl: allow more nodes than those in enum ctrl_node_type
* fsm: Enforce FSM and FSM instance names are valid osmocom
identifiers
* rate_ctr: Enforce counter (and ctr_group) names are valid
identifiers
* Convert lib-internal rate_ctr from '.' separator to ':'
separator
* GPRS: add vty command to show only persistent NS
* Mon Oct 02 2017 jengelh@inai.de
- Update to new upstream snapshot 0.9.6.400
* vty: install 'exit', 'end',... commands on *all* nodes
* osmo-auc-gen: umts: add --ind-len arg
* osmo-auc-gen: umts: add --ind arg
* Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functions
* BSSGP: add function to reset all PTP BVC
* GSUP: define default GSUP port as 4222
* gsup: Add encoding/decoding for the pdp charging characteristics
* Add missing BSSGP cause values
* gsm0808: fix length check of the element decoder functions
* Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014
* Fix wrongful GSM FR codec SID frame detection in DTX.
* Distinguish between unsupported and invalid MCS
* Fri Apr 28 2017 jengelh@inai.de
- Update to new upstream snapshot 0.9.6.193
* fix: DLGSUP logging category "unusable"
* ph_data_param struct changed / Extend L1SAP PH-DATA with
measurement information.
* Size of ph_tch_param struct changed / Extend with RTP Marker
* Size of struct log_target changed / Extend with GSMTAP
* Internal API for GPRS cipher implementors updated to
accommodate for arbitrary key lengths.
* Extend L1SAP PH-DATA with presence information
* Fix the counter index after the NS reset.
* Fix rate_ctr attribute for GPRS NS counters.
- Remove test.diff (no longer applicable)
* Sat Jul 30 2016 jengelh@inai.de
- Update to new upstream snapshot 0.9.0.212
* Add support for SI2quater messages
* Add basic EARFCN support
* Add vty command to explicitly reset given BVCI
* Add function to make Uplink Measurement
* Add GEA3 & GEA4 ciphers
* Fri Mar 11 2016 jengelh@inai.de
- reenable bigendian builds as GSM IE code was fixed upstream
during 2015
- Update to new upstream snapshot 0.9.0.91
* log: Add conditional logging based on log_check_level
* Add byte printing macros
* vty: add bind command for telnet vty line
* Fri Jan 22 2016 jengelh@inai.de
- Update to new upstream snapshot 0.9.0.58
* Add bitvector functions and APN conversion functions
- Add test.diff to resolve compiler warning
* Wed Dec 23 2015 jengelh@inai.de
- Update to new upstream release 0.9.0
* ipaccess: add OAP proto_ext (in design).
* stats: Report stat item values
* stats: Implement timer based reporting
* stats/vty: Add stats configuration
* stat/vty: Add vty_out_statistics_full to show all statistics
* stats: Add vty_out_stat_item_group
* LaPDm: Refuse SUSPEND/RESUME/RECONNECT in BTS mode
* ns: Force a defined state when sending NS RESET
- Drop osmo-symbols.diff (solved better upstream),
osmo-talloc.diff, osmo-talloc2.diff, osmo-talloc3.diff (solved
upstream)
* Thu Sep 10 2015 jengelh@inai.de
- Update to new upstream release 0.8.3
* Add G-RNTI derived TLLI types defined in 23.003
* vty: Change API to have node installation be done by int
* ipa: Properly parse LV stream of a ID_GET request
* Add APN utility function to libosmogsm
* gsm: Add A5/3-4 cipher support
* bssgp: Handle BSSGP STATUS messages
- Add osmo-symbols.diff
* Sun Mar 01 2015 jengelh@inai.de
- Update to new upstream release 0.8.0
* new Osmocom SIM card library
- Remove 0001-utils-resolve-compiler-warnings-on-implicit-declarat.patch,
libosmocore_0_7_0_avoid_smscb_test_failure.patch,
osmo-kasumi.diff, osmo-version.diff (no longer needed x4),
rework osmo-talloc2.diff and add osmo-talloc3.diff after upstream
conversion. Add osmo-pkgconfig.diff.
* Wed Feb 18 2015 normand@linux.vnet.ibm.com
- remove the previous patch about ppc/ppc64 architectures
as upstream suggesting that known to be not supported
so explicitely add ExcludeArch in spec file.
* Wed Feb 18 2015 normand@linux.vnet.ibm.com
- avoid smscb test failure on ppc/ppc64 architectures
with libosmocore_0_7_0_avoid_smscb_test_failure.patch
* Thu Oct 02 2014 jengelh@inai.de
- Update to new upstream release 0.7.0
* No changelog was provided
* osmocore gained GPRS NS interface support, and now provides a
control interface library (libosmoctrl)
- Add osmo-kasumi.diff to fix link failure during `make check`
* Mon Jul 21 2014 jengelh@inai.de
- Update to new upstream release 0.6.6
* No changelog was provided
- Remove 0001-osmo-arfcn-Return-something-from-the-method.patch,
0002-utils-avoid-breaking-strict-aliasing.patch (no longer needed)
* Sun Jun 02 2013 jengelh@inai.de
- Update to new upstream release 0.6.0
* No changelog was provided
- Add 0001-osmo-arfcn-Return-something-from-the-method.patch
from upstream to provide fix for rpmlint errors
- Add 0001-utils-resolve-compiler-warnings-on-implicit-declarat.patch,
0002-utils-avoid-breaking-strict-aliasing.patch to fix rpmlint
warnings
* Sun Feb 17 2013 jengelh@inai.de
- Initial package (version 0.5.3) for build.opensuse.org
* Mon Oct 10 2011 jengelh@medozas.de
- Initial prototype (version 0.3.10)