From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Sun, 13 Jan 2013 16:31:15 +0100
Message-ID: <E1TuPWl-0006lT-Md@calypso.gnumonks.org>
Subject: openbsc.git branch zecke/hacks/multiple-mnc-mcc updated.
	0.12.0-242-gf9e4c89
Message: 3

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, zecke/hacks/multiple-mnc-mcc has been updated
  discards  a9e191242ec151b24e03b81bf0c3101d07cc1790 (commit)
  discards  6f0f9217f8b8b91624b83842d2e4532573508a02 (commit)
  discards  6d0b8bf6a8f7796ce1872ecc33f0b91aa176ca22 (commit)
  discards  9011bdac17d4089dc3408f42acb3c3c439327243 (commit)
  discards  55ab4cd0b63689a93417274f218309da2120213a (commit)
  discards  3622f7795a2718c0988387d1c9ef45507ca5b24e (commit)
  discards  6dd6590b820ecb378e41ff4f1fdd91b2750814d1 (commit)
       via  f9e4c890491dc92e51fd1221c7413db76bf67909 (commit)
       via  9c80c658d5d7a855935847c04d885ae07d04c0ea (commit)
       via  14396c1ef113c2fd0c8149f64c996431fcb031d0 (commit)
       via  32fa4593cc3b9f4e8abf660f01efb9f627cf3f4f (commit)
       via  805a350dfc810071f782bde6199e401e0e59e549 (commit)
       via  01cad4ab3b1e2b7abb1f5bb9bb7989d8d24f7213 (commit)
       via  3ef1d2ad966e988e4fabb88a2f5d6dc2d48fabd5 (commit)
       via  e23506ad6df266387436573afd94be107983ea5d (commit)
       via  388de81a9dfe5345b0a1d4396f21735ea5aaf81d (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (a9e191242ec151b24e03b81bf0c3101d07cc1790)
            \
             N -- N -- N (f9e4c890491dc92e51fd1221c7413db76bf67909)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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/cgit/openbsc/commit/?id=f9e4c890491dc92e51fd1221c7413db76bf67909

commit f9e4c890491dc92e51fd1221c7413db76bf67909
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Sun Jan 13 16:23:36 2013 +0100

    sms: Avoid infinite CP-ERROR/CP-ACK loop with sms.
    
    The issue can be reproduced by typing the following 9 or more times.
     OpenBSC> subscriber id 2 sms sender id 2 send bla
    
    For some unknown reason the phone sends us a CP-ERROR for a transaction
    identifier we have allocated and used but don't remember. Due the way
    we use the SMC/SMR we 'establish' the machine and this results in a CP-ACK
    being sent out. But the CP-ERROR is not having the content we want for
    an establish so we send out a RP-ERROR. This will result in a CP-ERROR
    because the phone does not know the transaction...
    
    Avoid the issue by checking the direction of the transaction. If we do
    not know the transaction and it is supposed to be allocated by us then
    just ignore it and do not create a new transaction.

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

commit 9c80c658d5d7a855935847c04d885ae07d04c0ea
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Fri Jan 11 18:30:33 2013 +0100

    nitb: Add a way to set the band of a BTS.

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

commit 14396c1ef113c2fd0c8149f64c996431fcb031d0
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Thu Jan 10 09:23:33 2013 +0100

    nitb: Allow to set the side id using the CTRL interface

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

commit 32fa4593cc3b9f4e8abf660f01efb9f627cf3f4f
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Jan 9 19:55:04 2013 +0100

    nitb: Add a command to set the ARFCN of a trx

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

commit 805a350dfc810071f782bde6199e401e0e59e549
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Jan 9 19:52:14 2013 +0100

    nitb: Introduce a command to set the description of a BTS

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

commit 01cad4ab3b1e2b7abb1f5bb9bb7989d8d24f7213
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Jan 9 17:30:11 2013 +0100

    nitb: Add a command to "apply" the configuration from the VTY
    
    Right now this only works for IP based BTS like the sysmoBTS and
    by dropping the OML link.

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

commit 3ef1d2ad966e988e4fabb88a2f5d6dc2d48fabd5
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Jan 9 17:25:11 2013 +0100

    nitb: Add a config to save the configuration

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

commit e23506ad6df266387436573afd94be107983ea5d
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Jan 9 17:03:27 2013 +0100

    nitb: Make it possible to set various BTS parameters through the ctrl interface

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

commit 388de81a9dfe5345b0a1d4396f21735ea5aaf81d
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Jan 9 15:44:16 2013 +0100

    HACK: Allow each BTS to have a different MCC/MNC for testing purposes

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

Summary of changes:
 openbsc/src/libmsc/ctrl_commands.c  |   32 ++++++++++++++++++++++++++++++++
 openbsc/src/libmsc/gsm_04_11.c      |   12 ++++++++++++
 openbsc/src/libmsc/gsm_subscriber.c |    2 ++
 3 files changed, 46 insertions(+), 0 deletions(-)


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


