osmo-bts.git branch sysmocom/old-stable updated. 0.3.0-248-g9f21df0

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
Sat Jul 2 08:53:37 UTC 2016


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 "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, sysmocom/old-stable has been updated
       via  9f21df049144d3f4244b24e789c9820ca631379e (commit)
       via  befb0dde93181b4ba43e5e63e01db085162a445a (commit)
       via  f41e1ae11b604d2146b658639d732eef61c3dbb0 (commit)
       via  f4cefcfb15003aeb43fd284ce94c4cbbbf7f4b94 (commit)
      from  5646fc1be9cb636c1b4771d9a21a18ccacd59c5f (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/osmo-bts/commit/?id=9f21df049144d3f4244b24e789c9820ca631379e

commit 9f21df049144d3f4244b24e789c9820ca631379e
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jul 1 20:56:27 2016 +0200

    sysmobts: Store a simple network config in the EEPROM as well
    
    Make it possible to store:
    
    	* Static vs. DHCP mode
    	* IPv4 address
    	* Netmask
    	* GW IPv4 address
    	* DNS IPv4 address
    
    Add a simple CRC8 and pick 0xFF as initial value so an all
    zero EEPROM will not generate a 0 CRC. The code tries to
    differentiate exit code between unreadable EEPROM and CRC error.
    
    This is a reference to see if we want to have store it in the
    EEPROM or not.
    
    Change-Id: Ia7c59506d9f6e4cb6acd4bb0e198abd28a90f50f

http://cgit.osmocom.org/osmo-bts/commit/?id=befb0dde93181b4ba43e5e63e01db085162a445a

commit befb0dde93181b4ba43e5e63e01db085162a445a
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jul 1 18:36:28 2016 +0200

    sysmobts: Make reservation for mode/netmask/ip and suc
    
    Change-Id: I84a7ecb310034d1d3927008f392028b3ef87a394

http://cgit.osmocom.org/osmo-bts/commit/?id=f41e1ae11b604d2146b658639d732eef61c3dbb0

commit f41e1ae11b604d2146b658639d732eef61c3dbb0
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jul 1 18:16:13 2016 +0200

    sysmobts: Fix eeprom padding before gpg key
    
    Correct the too short padding I introduced in the commit
    a55b166c6c7af79cbefe8e65fe77b2d61c634d2d. The result needs to
    be 121 and not 120. Add static asserts to make sure it does
    not happen again.
    
    Change-Id: Icaaf520a280ee58c483fa64df4e447702ec746ac

http://cgit.osmocom.org/osmo-bts/commit/?id=f4cefcfb15003aeb43fd284ce94c4cbbbf7f4b94

commit f4cefcfb15003aeb43fd284ce94c4cbbbf7f4b94
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Jun 15 09:31:13 2016 +0200

    sysmobts: Add the barebox boot state reservation
    
    We are using up to 48 (actually only 8) bytes to manage the boot
    state of the device. Add it to the eeprom reservation. It turns out
    the current padding was too large (37 + 84 don't end at 120).
    
    Change-Id: I8354a05afcf3cb5f4fa1660cec78b6cbe26f9168

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

Summary of changes:
 src/osmo-bts-sysmo/misc/sysmobts_eeprom.h |  18 +++++-
 src/osmo-bts-sysmo/misc/sysmobts_par.c    |  60 +++++++++++++++++
 src/osmo-bts-sysmo/misc/sysmobts_par.h    |   4 ++
 src/osmo-bts-sysmo/misc/sysmobts_util.c   | 104 +++++++++++++++++++++++++++++-
 4 files changed, 184 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)



More information about the osmocom-commitlog mailing list