[Debian-mobcom-packaging] [libosmocore] 02/03: Updated version 0.9.6 from 'upstream/0.9.6'

Thorsten Alteholz alteholz at moszumanska.debian.org
Wed Mar 22 19:12:21 UTC 2017


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

alteholz pushed a commit to branch master
in repository libosmocore.

commit d73e0afdd00019c6c97c972f88ef73e9ed36a62a
Merge: 94256fe f658742
Author: Thorsten Alteholz <debian at alteholz.de>
Date:   Wed Mar 8 20:27:05 2017 +0100

    Updated version 0.9.6 from 'upstream/0.9.6'
    
    with Debian dir 1149d3e96ac6a8f5ed8fdc304a05da963afb9adb

 .gitignore                                         |   17 +
 .gitreview                                         |    3 +
 .mailmap                                           |   12 +
 Doxyfile.codec.in                                  |    8 +-
 Doxyfile.core.in                                   |    6 +-
 Doxyfile.gsm.in                                    |    8 +-
 Doxyfile.vty.in                                    |    8 +-
 Makefile.am                                        |    4 +-
 TODO-RELEASE                                       |    8 +-
 configure.ac                                       |   54 +-
 contrib/fsm-to-dot.py                              |  710 ++++++++
 contrib/jenkins.sh                                 |   10 +
 doc/osmocom-authn-protocol.txt                     |  250 +++
 doc/vty/merge_doc.xsl                              |    4 +-
 include/Makefile.am                                |   22 +-
 include/osmocom/codec/codec.h                      |   55 +
 .../osmocom/core/bitcomp.h                         |   46 +-
 include/osmocom/core/bits.h                        |   40 +-
 include/osmocom/core/bitvec.h                      |   37 +-
 include/osmocom/core/endian.h                      |   11 +
 include/osmocom/core/fsm.h                         |  138 ++
 include/osmocom/core/gsmtap.h                      |   45 +-
 include/osmocom/core/gsmtap_util.h                 |    4 +-
 include/osmocom/core/linuxlist.h                   |  195 ++-
 include/osmocom/core/linuxrbtree.h                 |    3 +-
 include/osmocom/core/logging.h                     |  100 +-
 include/osmocom/core/msgb.h                        |   82 +-
 include/osmocom/core/prim.h                        |    5 +-
 include/osmocom/core/rate_ctr.h                    |   11 +-
 include/osmocom/core/select.h                      |    8 +
 include/osmocom/core/signal.h                      |    6 +-
 include/osmocom/core/socket.h                      |    3 +
 include/osmocom/core/stat_item.h                   |    9 +-
 include/osmocom/core/statistics.h                  |    6 +
 include/osmocom/core/stats.h                       |   19 +-
 include/osmocom/core/talloc.h                      |  191 +--
 include/osmocom/core/timer.h                       |   11 +
 include/osmocom/core/utils.h                       |   21 +-
 include/osmocom/crypt/auth.h                       |    2 +-
 include/osmocom/crypt/gprs_cipher.h                |   27 +-
 include/osmocom/ctrl/control_if.h                  |    5 +
 include/osmocom/ctrl/control_vty.h                 |    9 +
 include/osmocom/ctrl/ports.h                       |   12 +-
 include/osmocom/gprs/gprs_bssgp.h                  |    2 +
 include/osmocom/gprs/gprs_ns.h                     |    3 +-
 include/osmocom/gprs/gprs_rlc.h                    |   27 +
 include/osmocom/gprs/protocol/gsm_04_60.h          |  208 +++
 include/osmocom/gsm/a5.h                           |    5 +-
 include/osmocom/gsm/apn.h                          |    6 +
 include/osmocom/gsm/bitvec_gsm.h                   |   13 +
 include/osmocom/gsm/comp128.h                      |    8 +-
 include/osmocom/gsm/gea.h                          |   17 +
 include/osmocom/gsm/gsm0480.h                      |    5 +
 include/osmocom/gsm/gsm0503.h                      |  174 ++
 include/osmocom/gsm/gsm23003.h                     |   80 +
 include/osmocom/gsm/gsm48.h                        |    4 +
 include/osmocom/gsm/gsm_utils.h                    |   21 +-
 include/osmocom/gsm/gsup.h                         |  149 ++
 include/osmocom/gsm/l1sap.h                        |   29 +-
 include/osmocom/gsm/meas_rep.h                     |    4 +
 include/osmocom/gsm/oap.h                          |   72 +
 include/osmocom/gsm/protocol/gsm_04_08.h           |  135 +-
 include/osmocom/gsm/protocol/gsm_04_08_gprs.h      |  431 +++++
 include/osmocom/gsm/protocol/gsm_08_58.h           |   53 +-
 include/osmocom/gsm/protocol/gsm_12_21.h           |    2 +
 include/osmocom/gsm/protocol/gsm_23_003.h          |   23 +
 include/osmocom/gsm/rsl.h                          |   15 +
 include/osmocom/gsm/sysinfo.h                      |   34 +-
 include/osmocom/gsm/tlv.h                          |   13 +-
 include/osmocom/sim/class_tables.h                 |   42 +
 include/osmocom/sim/sim.h                          |   17 +-
 include/osmocom/vty/buffer.h                       |    4 +-
 include/osmocom/vty/command.h                      |    8 +-
 include/osmocom/vty/misc.h                         |    2 +
 include/osmocom/vty/ports.h                        |   12 +-
 include/osmocom/vty/vector.h                       |    4 +-
 include/osmocom/vty/vty.h                          |    3 +
 libosmocore.pc.in                                  |    4 +-
 libosmoctrl.pc.in                                  |    2 +-
 libosmogb.pc.in                                    |    4 +-
 libosmogsm.pc.in                                   |    2 +-
 libosmosim.pc.in                                   |    2 +-
 libosmovty.pc.in                                   |    2 +-
 src/Makefile.am                                    |   24 +-
 src/application.c                                  |    2 +-
 src/backtrace.c                                    |    2 +
 src/bitcomp.c                                      |  354 ++++
 src/bits.c                                         |   76 +-
 src/bitvec.c                                       |  418 ++++-
 src/codec/Makefile.am                              |    3 +-
 src/codec/gsm610.c                                 |   39 +
 src/codec/gsm620.c                                 |   32 +
 src/codec/gsm690.c                                 |  106 ++
 src/crc16.c                                        |   14 +-
 src/ctrl/Makefile.am                               |    8 +-
 src/ctrl/control_cmd.c                             |    1 +
 src/ctrl/control_if.c                              |   93 +-
 src/ctrl/control_vty.c                             |   88 +
 src/fsm.c                                          |  434 +++++
 src/gb/Makefile.am                                 |    4 +-
 src/gb/gprs_bssgp.c                                |   40 +-
 src/gb/gprs_bssgp_bss.c                            |    9 +-
 src/gb/gprs_bssgp_util.c                           |   76 +
 src/gb/gprs_bssgp_vty.c                            |   33 +-
 src/gb/gprs_ns.c                                   |   18 +-
 src/gb/libosmogb.map                               |    2 +
 src/gsm/Makefile.am                                |   21 +-
 src/gsm/a5.c                                       |  112 +-
 src/gsm/abis_nm.c                                  |    1 +
 src/gsm/apn.c                                      |   75 +
 src/gsm/auth_comp128v1.c                           |    2 +-
 src/gsm/auth_core.c                                |   48 +
 src/gsm/auth_milenage.c                            |   35 +-
 src/gsm/comp128.c                                  |    7 +-
 src/gsm/gan.c                                      |    2 +-
 src/gsm/gea.c                                      |   60 +
 src/gsm/gprs_cipher_core.c                         |   32 +-
 src/gsm/gprs_gea.c                                 |   48 +
 src/gsm/gprs_rlc.c                                 |  106 ++
 src/gsm/gsm0411_utils.c                            |    9 +-
 src/gsm/gsm0480.c                                  |   51 +-
 src/gsm/gsm48.c                                    |  264 ++-
 src/gsm/gsm_04_08_gprs.c                           |  212 +++
 src/gsm/gsm_utils.c                                |   90 +-
 src/gsm/gsup.c                                     |  509 ++++++
 src/gsm/ipa.c                                      |    6 +-
 src/gsm/lapd_core.c                                |    5 +-
 src/gsm/lapdm.c                                    |   29 +
 src/gsm/libosmogsm.map                             |   91 +-
 src/gsm/milenage/aes_i.h                           |    2 +-
 src/gsm/oap.c                                      |  184 ++
 src/gsm/rsl.c                                      |   50 +
 src/gsm/sysinfo.c                                  |   74 +
 src/gsm/tlv_parser.c                               |  171 ++
 src/gsmtap_util.c                                  |   37 +-
 src/logging.c                                      |  187 +-
 src/logging_gsmtap.c                               |  134 ++
 src/macaddr.c                                      |   27 +-
 src/msgb.c                                         |  170 +-
 src/panic.c                                        |   25 +-
 src/prim.c                                         |   12 +
 src/rate_ctr.c                                     |   26 +-
 src/rbtree.c                                       |    3 +-
 src/select.c                                       |  100 +-
 src/signal.c                                       |    1 +
 src/sim/Makefile.am                                |    9 +-
 src/sim/class_tables.c                             |  313 ++++
 src/sim/core.c                                     |   29 +-
 src/sim/sim_int.h                                  |    7 -
 src/socket.c                                       |   28 +-
 src/stat_item.c                                    |   10 +-
 src/stats.c                                        |  307 ++--
 src/stats_statsd.c                                 |  169 ++
 src/talloc.c                                       | 1804 --------------------
 src/timer.c                                        |   13 +-
 src/timer_gettimeofday.c                           |   58 +
 src/utils.c                                        |  109 +-
 src/vty/Makefile.am                                |    4 +-
 src/vty/buffer.c                                   |    4 +-
 src/vty/command.c                                  |   78 +-
 src/vty/logging_vty.c                              |   36 +
 src/vty/stats_vty.c                                |  171 ++
 src/vty/telnet_interface.c                         |   16 +-
 src/vty/utils.c                                    |   29 +-
 src/vty/vector.c                                   |    4 +-
 src/vty/vty.c                                      |   34 +-
 src/write_queue.c                                  |   13 +-
 tests/Makefile.am                                  |   77 +-
 tests/atlocal.in                                   |    1 +
 tests/auth/milenage_test.c                         |    3 +
 tests/auth/milenage_test.ok                        |    1 +
 tests/bits/bitcomp_test.c                          |   54 +
 tests/bits/bitcomp_test.ok                         |   19 +
 tests/bits/bitrev_test.c                           |   30 +
 tests/bits/bitrev_test.ok                          |  103 ++
 tests/bitvec/bitvec_test.c                         |  251 +++
 tests/bitvec/bitvec_test.ok                        |  169 ++
 tests/codec/codec_test.c                           |  120 ++
 tests/codec/codec_test.ok                          |   15 +
 tests/comp128/comp128_test.c                       |    6 +-
 tests/comp128/comp128_test.ok                      |    4 +-
 tests/conv/conv_test.c                             |  306 +---
 tests/fsm/fsm_test.c                               |  157 ++
 tests/fsm/fsm_test.err                             |   11 +
 tests/{stats/stats_test.ok => fsm/fsm_test.ok}     |    0
 tests/gb/bssgp_fc_test.c                           |    4 +-
 tests/gb/gprs_bssgp_test.c                         |   38 +-
 tests/gb/gprs_bssgp_test.ok                        |    4 +
 tests/gb/gprs_ns_test.c                            |   32 +-
 tests/gb/gprs_ns_test.ok                           |   84 +
 tests/gea/gea_test.c                               |   68 +
 tests/gea/gea_test.ok                              |   15 +
 tests/gprs/gprs_test.c                             |  122 ++
 tests/gprs/gprs_test.ok                            |    1 +
 tests/gsm0408/gsm0408_test.c                       |    1 +
 tests/gsm0808/gsm0808_test.c                       |    2 +-
 tests/gsup/gsup_test.c                             |  259 +++
 tests/gsup/gsup_test.ok                            |   14 +
 tests/kasumi/kasumi_test.c                         |    2 +-
 tests/logging/logging_test.c                       |   19 +-
 tests/logging/logging_test.err                     |    1 +
 tests/msgb/msgb_test.c                             |  294 ++++
 tests/msgb/msgb_test.ok                            |   35 +
 tests/oap/Makefile.am                              |   37 +
 tests/oap/oap_test.c                               |  181 ++
 tests/oap/oap_test.ok                              |   42 +
 tests/sim/sim_test.c                               |   58 +
 tests/sim/sim_test.ok                              |    6 +
 tests/sms/sms_test.c                               |    2 +-
 tests/smscb/gsm0341_test.c                         |    1 +
 tests/stats/stats_test.c                           |  283 ++-
 tests/stats/stats_test.ok                          |  108 ++
 tests/testsuite.at                                 |   88 +-
 tests/timer/timer_test.c                           |  104 +-
 tests/timer/timer_test.ok                          |  372 +++-
 tests/tlv/tlv_test.c                               |  250 +++
 tests/tlv/tlv_test.ok                              |    2 +
 tests/ussd/ussd_test.c                             |   12 +
 tests/ussd/ussd_test.ok                            |    1 +
 tests/vty/vty_test.c                               |  202 ++-
 tests/vty/vty_test.ok                              |   67 +
 tests/write_queue/wqueue_test.c                    |   81 +
 tests/write_queue/wqueue_test.ok                   |    1 +
 utils/Makefile.am                                  |    2 +-
 utils/conv_gen.py                                  |  958 +++++++++++
 utils/osmo-auc-gen.c                               |   14 +-
 utils/osmo-sim-test.c                              |    5 +-
 227 files changed, 13945 insertions(+), 3259 deletions(-)

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



More information about the Debian-mobcom-packaging mailing list