[libosmocore] 02/40: Merge tag 'upstream/0.8.3'

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Oct 14 12:43:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository libosmocore.

commit 93347c50e7b0e84051e2fb1513b23d304e611ecb
Merge: 71d39e7 d452a48
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Wed Sep 16 18:05:18 2015 +0200

    Merge tag 'upstream/0.8.3'

 configure.ac                                       |   2 +-
 debian/changelog                                   |   2 +-
 debian/control                                     |  14 ++-
 debian/{libosmogb3.install => libosmogb4.install}  |   0
 .../{libosmovty1.install => libosmovty2.install}   |   0
 include/Makefile.am                                |   2 +
 include/osmocom/core/endian.h                      |  38 ++++++
 include/osmocom/core/linuxlist.h                   |   2 +-
 include/osmocom/core/utils.h                       |   2 +-
 include/osmocom/gprs/gprs_bssgp.h                  |   2 +
 include/osmocom/gprs/gprs_bssgp_bss.h              |   2 +-
 include/osmocom/gprs/gprs_ns.h                     |  10 +-
 include/osmocom/gsm/a5.h                           |   2 +-
 include/osmocom/gsm/apn.h                          |  13 ++
 include/osmocom/gsm/gsm48.h                        |   1 +
 include/osmocom/gsm/gsm_utils.h                    |   2 +
 include/osmocom/gsm/ipa.h                          |   3 +
 include/osmocom/sim/sim.h                          |   2 +-
 include/osmocom/vty/command.h                      |   8 +-
 include/osmocom/vty/vty.h                          |   4 +-
 src/ctrl/control_cmd.c                             |   2 +-
 src/ctrl/control_if.c                              |   2 +
 src/gb/Makefile.am                                 |   2 +-
 src/gb/gprs_bssgp.c                                | 136 ++++++++++++++-------
 src/gb/gprs_bssgp_bss.c                            |  18 +--
 src/gb/gprs_bssgp_util.c                           |   4 +
 src/gb/gprs_bssgp_vty.c                            |   5 +-
 src/gb/gprs_ns.c                                   |  19 +++
 src/gb/libosmogb.map                               |   1 +
 src/gsm/Makefile.am                                |   2 +-
 src/gsm/a5.c                                       |  71 ++++++++++-
 src/gsm/apn.c                                      |  38 ++++++
 src/gsm/gsm0808.c                                  |   1 -
 src/gsm/gsm48.c                                    |  14 +++
 src/gsm/gsm_utils.c                                |   6 +-
 src/gsm/ipa.c                                      |  16 ++-
 src/gsm/lapdm.c                                    |   3 +
 src/gsm/libosmogsm.map                             |   5 +
 src/logging.c                                      |  11 +-
 src/macaddr.c                                      |   2 +-
 src/msgfile.c                                      |   2 +
 src/sim/Makefile.am                                |   2 +-
 src/sim/reader.c                                   |   3 +
 src/sim/sim_int.h                                  |   2 +-
 src/utils.c                                        |   6 +-
 src/vty/Makefile.am                                |   2 +-
 src/vty/command.c                                  |   8 +-
 src/vty/logging_vty.c                              |   2 +-
 tests/Makefile.am                                  |  10 +-
 tests/a5/a5_test.c                                 |  71 ++++++++---
 tests/a5/a5_test.ok                                |  24 ++++
 tests/gb/bssgp_fc_tests.err                        |  30 -----
 tests/gb/gprs_bssgp_test.c                         | 132 ++++++++++++++++++++
 tests/gb/gprs_bssgp_test.ok                        |  10 ++
 tests/loggingrb/loggingrb_test.c                   |  11 +-
 tests/utils/utils_test.c                           |  61 +++++++++
 utils/Makefile.am                                  |   2 +-
 utils/osmo-auc-gen.c                               |   2 +-
 58 files changed, 695 insertions(+), 154 deletions(-)

diff --cc debian/changelog
index cd10156,16a1f41..97bc9b3
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,6 -1,109 +1,6 @@@
- libosmocore (0.8.0-1) unstable; urgency=low
 -libosmocore (0.8.3) unstable; urgency=medium
++libosmocore (0.8.3-1) unstable; urgency=low
  
 -  * Prepare new release
 +  * Initial release (Closes: 646276)
  
 - -- Holger Hans Peter Freyther <holger at moiji-mobile.com>  Sun, 23 Aug 2015 17:38:55 +0200
 + -- Ruben Undheim <ruben.undheim at gmail.com>  Sat, 07 Feb 2015 13:45:22 +0100
  
 -libosmocore (0.8.2) unstable; urgency=medium
 -
 -  * Add endian header
 -  * GPRS flow control changes
 -  * Add APN format routines to libosmocore.
 -
 - -- Holger Hans Peter Freyther <holger at moiji-mobile.com>  Sat, 01 Aug 2015 20:18:45 +0200
 -
 -libosmocore (0.8.0) unstable; urgency=medium
 -
 -  * New upstream release of libosmocore.
 -
 - -- Holger Hans Peter Freyther <holger at freyther.de>  Sun, 18 Jan 2015 19:04:10 +0100
 -
 -libosmocore (0.7.0) unstable; urgency=medium
 -
 -  * New upstream release of libosmocore.
 -
 - -- Harald Welte <laforge at gnumonks.org>  Thu, 21 Aug 2014 15:52:00 +0200
 -
 -libosmocore (0.6.6) UNRELEASED; urgency=medium
 -
 -  * New upstream release of libosmocore.
 -
 - -- Holger Hans Peter Freyther <holger at freyther.de>  Mon, 31 Mar 2014 15:37:33 +0200
 -
 -libosmocore (0.6.5) unstable; urgency=medium
 -
 -  * New upstream release of libosmocore
 -
 - -- Holger Hans Peter Freyther <holger at freyther.de>  Mon, 20 Jan 2014 10:37:23 +0100
 -
 -libosmocore (0.6.4+git3) unstable; urgency=low
 -
 -  * GPRS fix NS connections to a SGSN when configured via VTY
 -
 - -- Jacob Erlbeck <jerlbeck at sysmocom.de>  Thu, 07 Nov 2013 16:07:20 +0100
 -
 -libosmocore (0.6.4+git2) unstable; urgency=low
 -
 -  * GPRS related changes, some GSM encoding/decoding changes
 -  * GPRS correctly determine routable NSVC.
 -  * Update with GPRS changes
 -
 - -- Holger Hans Peter Freyther <holger at freyther.de>  Thu, 10 Oct 2013 14:16:37 +0200
 -
 -libosmocore (0.6.3+git1-1) unstable; urgency=low
 -
 -  * New upstream release with new primitives, USSD fixes.
 -  * Split libosmocore into several package. One lib per package.
 -
 - -- Holger Hans Peter Freyther <holger at freyther.de>  Fri, 09 Aug 2013 17:47:30 +0200
 -
 -libosmocore (0.6.2) unstable; urgency=low
 -
 -  * New upstream release with NS UDP DSCP ABI changes
 -
 - -- Holger Hans Peter Freyther <holger at freyther.de>  Wed, 26 Jun 2013 08:01:55 +0200
 -
 -libosmocore (0.5.3+git1-6) unstable; urgency=low
 -
 -  * Build new package with the new API required for osmo-bts/openbsc
 -  * Package the arfcn utility.
 -  * Add the SOCK_RAW work-around for glibc.
 -  * Re-enable the debug packages thanks to Jan.
 -
 - -- Holger Hans Peter Freyther <holger at freyther.de>  Fri, 04 Jan 2013 09:54:55 +0100
 -
 -libosmocore (0.5.3+git1-2) unstable; urgency=low
 -
 -  * New upstream version 
 -
 - -- Holger Hans Peter Freyther <holger at freyther.de>  Mon, 05 Nov 2012 21:35:57 +0100
 -
 -libosmocore (0.5.3+git1-1) precise; urgency=low
 -
 -  * Fix issue with package version.
 -
 - -- Eric Butler <eric at codebutler.com>  Tue, 14 Aug 2012 20:43:17 -0700
 -
 -libosmocore (0.5.3+git1) precise; urgency=low
 -
 -  * Updated debian package.
 -
 - -- Eric Butler <eric at codebutler.com>  Tue, 14 Aug 2012 16:53:56 -0700
 -
 -libosmocore (0.3.0) natty; urgency=low
 -
 -  * New upstream version of libosmocore
 -
 - -- Harald Welte <laforge at gnumonks.org>  Tue, 10 May 2011 17:28:24 +0200
 -
 -libosmocore (0.1.27) natty; urgency=low
 -
 -  * New upstream version of libosmocore.
 -
 - -- Holger Hans Peter Freyther <holger at freyther.de>  Thu, 13 Jan 2011 18:07:36 +0800
 -
 -libosmocore (0.1.17-1) unstable; urgency=low
 -
 -  * Initial release
 -
 - -- Harald Welte <laforge at gnumonks.org>  Tue, 24 Aug 2010 10:55:04 +0200
diff --cc debian/control
index 2fc61dc,136488d..50c8c6b
--- a/debian/control
+++ b/debian/control
@@@ -30,45 -16,52 +30,52 @@@ Depends: libosmocodec0 (= ${binary:Vers
  Description: Open Source MObile COMmunications CORE library
  
  Package: libosmocodec0
 -Section: libs
  Architecture: any
  Depends: ${shlibs:Depends}, ${misc:Depends}
 +Pre-Depends: ${misc:Pre-Depends}
+ Multi-Arch: same
  Description: Osmo codec library
  
  Package: libosmocore6
 -Section: libs
  Architecture: any
  Depends: ${shlibs:Depends}, ${misc:Depends}
 +Pre-Depends: ${misc:Pre-Depends}
+ Multi-Arch: same
  Description: Osmo Core library
  
- Package: libosmogb3
+ Package: libosmogb4
 -Section: libs
  Architecture: any
  Depends: ${shlibs:Depends}, ${misc:Depends}
 +Pre-Depends: ${misc:Pre-Depends}
+ Multi-Arch: same
  Description: Osmo GPRS GB library
  
  Package: libosmogsm5
 -Section: libs
  Architecture: any
  Depends: ${shlibs:Depends}, ${misc:Depends}
 +Pre-Depends: ${misc:Pre-Depends}
+ Multi-Arch: same
  Description: Osmo GSM utility library
  
- Package: libosmovty1
+ Package: libosmovty2
 -Section: libs
  Architecture: any
  Depends: ${shlibs:Depends}, ${misc:Depends}
 +Pre-Depends: ${misc:Pre-Depends}
+ Multi-Arch: same
  Description: Osmo VTY library
  
  Package: libosmoctrl0
 -Section: libs
  Architecture: any
  Depends: ${shlibs:Depends}, ${misc:Depends}
 +Pre-Depends: ${misc:Pre-Depends}
+ Multi-Arch: same
  Description: Osmo control library
  
  Package: libosmosim0
 -Section: libs
  Architecture: any
  Depends: ${shlibs:Depends}, ${misc:Depends}
 +Pre-Depends: ${misc:Pre-Depends}
+ Multi-Arch: same
  Description: Osmo SIM library
  
  Package: libosmocore-dev
@@@ -78,9 -72,9 +86,10 @@@ Multi-Arch: sam
  Description: Development headers for Open Source MObile COMmunications CORE library
  
  Package: libosmocore-utils
 +Section: utils
  Architecture: any
  Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore
+ Multi-Arch: same
  Description: Utilities for gsm
  
  Package: libosmocore-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libosmocore.git



More information about the debian-science-commits mailing list