Changelog for
libosmo-sigtran0-0.7.0.git1486994957.eddeeff-1.2.x86_64.rpm :
Wed Feb 15 13:00:00 2017 mardnhAATTgmx.de
- Update to version 0.7.0.git1486994957.eddeeff:
* allow user to give private data to osmo_sua_user_create()
* sua: Fix typo in log message
* sua: call conn_disconnect() in sua_disconnect_req()
* sua: Ensure that a SUA client will continuously try to reconnect
* SUA COIT: send dest ref nr, not dest addr
* add comment (meaning of COIT)
* add RFC 3868 (SUA) spec in HTML
* cosmetic: add comments for GT, PC, SSN to help noobs finding their way
* remove two compiler warnings for unused variables
* parse SCCP src+dst addresses
* cosmetic: sua.c: comments
* fix: use proper disconnect prim param type
* Start to log + handle SCTP notifications
* Add sccp_helpers.[hc] moved from osmo-iuh, 1:1 at first
* sccp_helpers.h/.c: fix: apply rename of osmo_sua_link to osmo_sccp_link
* sccp_helpers: adjust .h include and copyright
* sccp_helpers: add osmo_ prefix to all functions
* sccp_helpers: add convenience function for RANAP unitdata
* migrate some generic XUA helpers from sua.c to xua_msg.c
* xua_msg: Make DXUA available to other XUA code
* protocol/sua.h: Add #defines for CAUSE group values (from RFC)
* sccp_types.h: Add \'struct sccp_data_unitdata_service\'
* sccp_types.h: Include stdint.h
* sccp/sccp.h: Add #include to linuxlist.h
* Move xua_msg_add_sccp_addr() to xua_msg.h and export it
* sccp_helpers: Add osmo_sccp_{addr,gt}_dump() functions
* Add xua_msg_part_get_u32() to get U32 value from xua_msg_part
Sun Dec 25 13:00:00 2016 mardnhAATTgmx.de
- Update to version 0.7.0.git1482339773.8cfba6c:
* NULL safety: sccp_create_sccp_addr: copy only non-NULL sock->gti
* fix NULL deref: sua_accept_cb: missing error-return
* Add gerrit settings
* Integrate Debian packaging changes
Tue Dec 6 13:00:00 2016 mardnhAATTgmx.de
- Update to version 0.7.0.git1478875207.675a3cb:
* build: be robust against install-sh files above the root dir
* configure: check for pkg-config presence
* jenkins.sh: use osmo-build-dep.sh, log test failures
* Fix the .pc files so the -l arg matches the installed libraries
* Add missing xua.pc file
* Revert \"Fix the .pc files so the -l arg matches the installed libraries\"
* sua: Remove unused \'cur\' variables
* mtp_parse_test: Comment out unused but defined packets
Sun Jul 17 14:00:00 2016 mardnhAATTgmx.de
- Update to version 0.7.0.git1467897796.bfdbde2:
* debian: Require libosmo-netif+sctp header
* jenkins: Add the build script from jenkins here
* Fix RANAP SSN: it\'s 142, not 143
* Add more OSMO_SCCP_SSN_ defines
* sua_test_common.c: use global RANAP SSN definition
* Ignore more build/libtool products
* debian: Make upgrading from debian SID easier
* clarify fixme comment, x7
* fix log msg typo, x5
* cosmetic: rename osmo_sua_link and osmo_sua_user to osmo_sccp_
*
* fix struct member typo: repsonding_addr in osmo_scu_disconn_param
Sat Feb 20 13:00:00 2016 mardnhAATTgmx.de
- Update to version 0.7.0.git1455308307.5a1abeb:
+ Fix required version of libosmo-netif
+ fix format string compiler warnings (%zu for size_t)
+ Fix for big-endian architectures
Sat Dec 26 13:00:00 2015 mardnhAATTgmx.de
- Update to version 0.7.0.git1451158083.de26062:
+ Import SUA (SCCP User Adaptation) and SCCP User SAP
+ libosmo-sigtran: Add pkg-config integration
+ Add some SUA client and server example code
+ sccp.c: Fix compiler warnings about size_t / %u
+ Properly define SCCP_SAP_USER without random magic number
+ fix some recently-introduced compiler warnings
+ fix build if depenedencies are in distinct directories
+ Add missing OSMO_SCCP_SSN_RANAP for RANAP SSN
+ sua: Attempt to fix make distcheck
Mon Sep 21 14:00:00 2015 mardnhAATTgmx.de
- Update to version 0.7.0.git1438452746.46c2945:
+ debian: Prepare a new release
Mon Jul 13 14:00:00 2015 mardnhAATTgmx.de
- Update to version 0.0.6.3.git1434740752.2d2d885:
+ debian: Move to multi-arch support
+ debian: By definition this only creates a dev package
+ debian: Bump the version
+ debian: Add misc depends as wanted by lintian
+ endian: Use new osmocom/core/endian.h
+ XUA: Move m2ua headers to sigtran, create xua_types.h and m3ua_types.h
+ xua: Generalize the m2ua_msg and call it xua_msg
+ m3ua: Add the definition of the protocol data header
+ mtp: Implement reading the OPC/DPC for little endian
+ mtp: Error about unknown endian as well
+ mtp: Convert to pragma once
+ mtp: Add implementation from cellmgr
+ mtp: Add missing defines from cellmgr-ng
+ mtp: Correct the pointcode mask
+ debian: Build new version of the package
+ sccp: Allow to specify the context of the incoming message
+ gitignore: Add \'compile\'
+ build: Fix \"make distcheck\"
Thu Dec 18 13:00:00 2014 mardnhAATTgmx.de
- Update to version 0.0.6.3.git1386849086.61edd24:
+ Update debian package.
+ Use package version since git info won\'t be available.
+ tests: Don\'t delete atconfig in clean
+ debian: Add the changelog for the next release
+ debian: Add debug packages with the debug symbols
+ misc: Use a unsigned result for the sizeof sizes
+ misc: Fix a compiler warning about the filter_fn type
+ sccp: Create sccp_create_cr and use it in the connection creation
+ Makefile.am: Use AM_CPPFLAGS
+ debian: Enable hardening for the SCCP library build
Mon Aug 19 14:00:00 2013 mardnhAATTgmx.de
- initial package - written from scratch