osmo-pcu.git branch jerlbeck/master updated. 0.2-441-ga098c19

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
Thu May 28 16:09:54 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 "UNNAMED PROJECT".

The branch, jerlbeck/master has been updated
  discards  2218dc2ad1d69b6e5c95d1b7d84de1d110281710 (commit)
       via  a098c19b5531e175a308fbe4aee39c54cb3c71f1 (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 (2218dc2ad1d69b6e5c95d1b7d84de1d110281710)
            \
             N -- N -- N (a098c19b5531e175a308fbe4aee39c54cb3c71f1)

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/osmo-pcu/commit/?id=a098c19b5531e175a308fbe4aee39c54cb3c71f1

commit a098c19b5531e175a308fbe4aee39c54cb3c71f1
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu May 28 16:11:19 2015 +0200

    tbf: Set MS timeout
    
    This commit sets the MS timeout when the MS object is created. The
    value is taken from the ms_idle_sec field in gprs_rlcmac_bts which
    can be changed by the VTY commands shown below.
    
    The following VTY commands are added to the config-pcu node:
    
    - ms-idle-time <1-7200>      Set the timeout in seconds
    - no ms-idle-time            Disable the timeout
    
    Another timer that is related is T3314 (Ready Timer, default 44s, GSM
    24.008, 11.2.2) which requires the SGSN to use paging after its
    expiry. Longer timeouts can help if adaptive coding scheme selection
    is used (not yet implemented). On the other hand, measurement values
    (TA, signal quality) can get invalid after some time, especially with
    a moving MS. So a value slightly above T3314 is probably a good value
    to start with.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 src/pcu_vty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list