[PATCH] osmo-bts[master]: sysmobts: dump PRACH and PTCCH parameters

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/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Tue Jul 12 17:54:43 UTC 2016


Review at  https://gerrit.osmocom.org/533

sysmobts: dump PRACH and PTCCH parameters

Change-Id: I6b833b21d2bbbd45dfed6a094a674359762d02b7
Related: OS#1545
---
M src/osmo-bts-sysmo/oml.c
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/33/533/1

diff --git a/src/osmo-bts-sysmo/oml.c b/src/osmo-bts-sysmo/oml.c
index 0700561..6be04fb 100644
--- a/src/osmo-bts-sysmo/oml.c
+++ b/src/osmo-bts-sysmo/oml.c
@@ -1173,7 +1173,12 @@
 			lch_par->tch.amrActiveCodecSet[i]);
 		}
 		break;
-	/* FIXME: PRACH / PTCCH */
+	case GsmL1_Sapi_Ptcch:
+		LOGPC(DL1C, logl, "BSIC=0x%08x", lch_par->ptcch.u8Bsic);
+		break;
+	case GsmL1_Sapi_Prach:
+		LOGPC(DL1C, logl, "BSIC=0x%08x", lch_par->prach.u8Bsic);
+		break;
 	default:
 		break;
 	}

-- 
To view, visit https://gerrit.osmocom.org/533
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b833b21d2bbbd45dfed6a094a674359762d02b7
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list