Osmocom System Monitor
Go to file
Oliver Smith 0d9d5e78e4 configure: don't turn some warnings into errors
Do not turn some compiler warnings into errors by default. This part was
copied from openbsc.git 34f012 ("Turn some compiler warnings into
errors"), where it was added before --enable-werror was available.

We build with --enable-werror during development and in CI. If the code
is built with a different compiler that throws additional warnings, it
should not stop the build.

Related: OS#5289
Change-Id: I56fb9de59174344b2cb11c60226ae3db43d68766
2021-11-04 11:13:28 +01:00
contrib contrib/jenkins.sh: run "make maintainer-clean" 2019-07-10 13:25:45 +02:00
debian Bump version: 0.2.0.5-efd1 → 0.3.0 2021-01-06 16:56:14 +01:00
doc Add vty option to print output of shell cmd on every poll step 2019-03-19 13:25:42 +01:00
m4 Add m4 missing files to fix build 2018-12-12 19:08:32 +01:00
src exit(2) on unsupported positional arguments on command line 2019-12-03 22:29:26 +01:00
.gitignore Update Makefile.am 2019-01-30 12:28:17 +00:00
.gitreview Add git-review config 2018-11-22 13:24:56 +01:00
COPYING migrate to autoconf 2018-06-04 22:02:45 +02:00
Makefile.am Makefile.am: Add missing bits to have make release working 2019-03-19 17:41:19 +01:00
README.md add README.md on what this repository is about 2021-03-21 23:14:01 +01:00
configure.ac configure: don't turn some warnings into errors 2021-11-04 11:13:28 +01:00
git-version-gen git-version-gen: Don't check for .git directory 2018-07-24 17:58:24 +02:00

README.md

omso-sysmon - Osmocom system monitor

This repository contains code that aggregates various pieces of information on the system (typically e.g. a GSM base station) and reports it.

osmo-sysmon is part of the Osmocom Open Source Mobile Communications project.

Homepage

TBD

GIT Repository

You can clone from the official osmo-sysmon.git repository using

git clone git://git.osmocom.org/osmo-sysmon.git
git clone https://git.osmocom.org/osmo-sysmon.git

There is a cgit interface at https://git.osmocom.org/osmo-sysmon/

Documentation

TBD

Mailing List

Discussions related to osmo-sysmon are happening on the openbsc@lists.osmocom.org mailing list, please see https://lists.osmocom.org/mailman/listinfo/openbsc for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.

Contributing

Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards

We us a gerrit based patch submission/review process for managing contributions. Please see https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for more details

The current patch queue for osmo-sysmon can be seen at https://gerrit.osmocom.org/#/q/project:osmo-sysmon+status:open