openbsc.git branch master updated. 0.14.0-168-gecff242

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Tue Aug 18 17:35:56 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  ecff2424e56ce2a69dfe35190a5182cb90a3c09c (commit)
       via  b9845f937e002acce44d15948d9770235cadc744 (commit)
       via  6b39feedc78a2b23fb0d7f76e91b3fc631dffdc8 (commit)
       via  601cf12f814cd74c3fcc939839f07aa9ccde7aff (commit)
       via  eb98c74fb1c485e5793d6648c9e69cc50cf27758 (commit)
       via  22df4ac8481abb112025166bd58d6652094a749b (commit)
       via  78fa99103d2de97a44d277befe3d7dc9ea00c267 (commit)
       via  6a19dd0d31da3216a0620947f2e9f7550179db65 (commit)
       via  9450882901e04ed233cc0fa5512f5b14b4f344bd (commit)
      from  39ba248608f84341db21fffe861722d4ea56da8b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=ecff2424e56ce2a69dfe35190a5182cb90a3c09c

commit ecff2424e56ce2a69dfe35190a5182cb90a3c09c
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Aug 16 18:14:33 2015 +0200

    Use 'ROUTING AREA' consistently, not 'ROUTEING AREA'
    
    The spec unfortuantely uses both terms and has no consistent spelling,
    but in our logging output we can at least try to be consistent.

http://cgit.osmocom.org/openbsc/commit/?id=b9845f937e002acce44d15948d9770235cadc744

commit b9845f937e002acce44d15948d9770235cadc744
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Aug 16 18:07:48 2015 +0200

    GSM/GPRS 04.08: Don't print numeric mobile identity types
    
    I guess none of our users knows what a mi_type=0x02 is, but most would
    know what an IMSI or a TMSI is.  So let's use the newly introduced
    gsm48_mi_type_name() function to fix this.

http://cgit.osmocom.org/openbsc/commit/?id=6b39feedc78a2b23fb0d7f76e91b3fc631dffdc8

commit 6b39feedc78a2b23fb0d7f76e91b3fc631dffdc8
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Aug 16 17:16:57 2015 +0200

    GMM: fix format string compiler warning

http://cgit.osmocom.org/openbsc/commit/?id=601cf12f814cd74c3fcc939839f07aa9ccde7aff

commit 601cf12f814cd74c3fcc939839f07aa9ccde7aff
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Aug 16 17:16:28 2015 +0200

    GMM: Don't use DGPRS logging category from GMM

http://cgit.osmocom.org/openbsc/commit/?id=eb98c74fb1c485e5793d6648c9e69cc50cf27758

commit eb98c74fb1c485e5793d6648c9e69cc50cf27758
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Aug 16 17:11:32 2015 +0200

    GMM: use MMCTXP whenever possible to include MS identity in log output

http://cgit.osmocom.org/openbsc/commit/?id=22df4ac8481abb112025166bd58d6652094a749b

commit 22df4ac8481abb112025166bd58d6652094a749b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Aug 16 15:23:32 2015 +0200

    LLC: Don't dispatch XID frames into GMM
    
    For some odd reasons the XID is not a separate SAPI but has been kludged into
    the GMM SAPI.  This means we ahve to be careful not to dispatch XID frames into
    GMM.  We do this by introducing an explicit check for UI frames before the
    dispatch to GMM.
    
    The previous code already was doing "the right thing" but printed occasional
    messages like "gprs_gmm.c:2082 Unknown GSM 04.08 discriminator 0x01: 01 00 0e
    00 32 11 03 16 01 90 63 28 0b".  Those should be gone after this patch.

http://cgit.osmocom.org/openbsc/commit/?id=78fa99103d2de97a44d277befe3d7dc9ea00c267

commit 78fa99103d2de97a44d277befe3d7dc9ea00c267
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Aug 16 12:35:39 2015 +0200

    LLC: Don't feed length=0 frames to SNDCP / GMM

http://cgit.osmocom.org/openbsc/commit/?id=6a19dd0d31da3216a0620947f2e9f7550179db65

commit 6a19dd0d31da3216a0620947f2e9f7550179db65
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Aug 16 12:18:13 2015 +0200

    GMM: add hexdump in case of unknown pdisc/msgtype

http://cgit.osmocom.org/openbsc/commit/?id=9450882901e04ed233cc0fa5512f5b14b4f344bd

commit 9450882901e04ed233cc0fa5512f5b14b4f344bd
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 15 19:08:21 2015 +0200

    sgsn: make all SGSN timers configurable via the VTY

-----------------------------------------------------------------------

Summary of changes:
 openbsc/include/openbsc/sgsn.h         |  15 +++++
 openbsc/src/gprs/gprs_gmm.c            | 113 ++++++++++++++-------------------
 openbsc/src/gprs/gprs_llc.c            |   2 +-
 openbsc/src/gprs/sgsn_vty.c            |  93 +++++++++++++++++++++++++++
 openbsc/src/libmsc/gsm_04_08.c         |  45 ++++++-------
 openbsc/src/osmo-bsc/osmo_bsc_filter.c |   4 +-
 6 files changed, 179 insertions(+), 93 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list