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, master has been updated
via 40dca8f991465aaa8e3c95c23d00f155106f584d (commit)
from d62a58dbfb4424a104960bca7ffff01a173c101f (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=40dca8f991465aaa8e3c95c23d00f15…
commit 40dca8f991465aaa8e3c95c23d00f155106f584d
Author: Holger Hans Peter Freyther <holger(a)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: Id8a37fe952ef2a8ef36778729f506f900accf8d1
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/misc/sysmobts_eeprom.h | 16 +++--
src/osmo-bts-sysmo/misc/sysmobts_par.c | 52 +++++++++++++++
src/osmo-bts-sysmo/misc/sysmobts_par.h | 4 ++
src/osmo-bts-sysmo/misc/sysmobts_util.c | 104 +++++++++++++++++++++++++++++-
4 files changed, 168 insertions(+), 8 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)