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.orgThis 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 eba708d93c4f5e8d8c95db54e0fa3856d9117ef8 (commit)
from 9f21df049144d3f4244b24e789c9820ca631379e (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=eba708d93c4f5e8d8c95db54e0fa3856d9117ef8
commit eba708d93c4f5e8d8c95db54e0fa3856d9117ef8
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date: Sat Jul 2 15:45:47 2016 +0200
sysmobts: Store the netmask as suffix
If one uses ip(8) one can configure the ip using the form of
A.B.C.D/N. Store N as uint8_t and parse it using strtok_r to
get the otional /N.
Change-Id: I45f884e1a980511fdb3a09425408262420870e0b
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/misc/sysmobts_eeprom.h | 11 ++++----
src/osmo-bts-sysmo/misc/sysmobts_util.c | 42 +++++++++++++++++++++++--------
2 files changed, 38 insertions(+), 15 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)