fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/gapk/+/34892?usp=email )
Change subject: dist: exclude libgsmhr files downloaded by fetch_sources.py
......................................................................
dist: exclude libgsmhr files downloaded by fetch_sources.py
We deliberately do not include these files in the git repository,
nor do we intend to include them in the release tarballs. This
is done intentionally to avoid potential licensing issues.
Change-Id: I66e31dec37e53bf1a8c7df948fd9316e1467752c
Related: OS#6227
---
M libgsmhr/Makefile.am
1 file changed, 18 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/gapk refs/changes/92/34892/1
diff --git a/libgsmhr/Makefile.am b/libgsmhr/Makefile.am
index f3c01b7..ffbde21 100644
--- a/libgsmhr/Makefile.am
+++ b/libgsmhr/Makefile.am
@@ -33,3 +33,7 @@
distclean-local:
-rm -rf ${REFSRC_PATH}/
+
+# exclude files downloaded by fetch_sources.py
+dist-hook:
+ -rm -rf $(distdir)/$(REFSRC_PATH)
--
To view, visit https://gerrit.osmocom.org/c/gapk/+/34892?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: gapk
Gerrit-Branch: master
Gerrit-Change-Id: I66e31dec37e53bf1a8c7df948fd9316e1467752c
Gerrit-Change-Number: 34892
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange
Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/34889?usp=email )
Change subject: ASCI: Control uplink access bursts detection of physical interface
......................................................................
Patch Set 1:
(4 comments)
File src/common/asci.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-12091):
https://gerrit.osmocom.org/c/osmo-bts/+/34889/comment/a4d0db0b_73590916
PS1, Line 130: LOGPLCHAN(lchan, DASCI, LOGL_ERROR, "Failed to deactivate uplink accesss after TALKER DET.\n");
'accesss' may be misspelled - perhaps 'access'?
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-12091):
https://gerrit.osmocom.org/c/osmo-bts/+/34889/comment/b6c72e47_949143a7
PS1, Line 159: LOGPLCHAN(lchan, DASCI, LOGL_ERROR, "Failed to activate uplink accesss after channel activation.\n");
'accesss' may be misspelled - perhaps 'access'?
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-12091):
https://gerrit.osmocom.org/c/osmo-bts/+/34889/comment/54099ea4_df24e17d
PS1, Line 170: LOGPLCHAN(lchan, DASCI, LOGL_ERROR, "Failed to deactivate uplink accesss for assignment.\n");
'accesss' may be misspelled - perhaps 'access'?
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-12091):
https://gerrit.osmocom.org/c/osmo-bts/+/34889/comment/483e3187_27c41c18
PS1, Line 201: "Failed to activate uplink accesss after uplink became free.\n");
'accesss' may be misspelled - perhaps 'access'?
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/34889?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I92d6773a3a463eb747143c85aa149e54c1fda122
Gerrit-Change-Number: 34889
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-CC: Jenkins Builder
Gerrit-Comment-Date: Wed, 25 Oct 2023 09:40:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment