Change in osmocom-bb[master]: trx_toolkit/clck_gen.py: call send_clck_ind() on every TDMA frame

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Sun Jul 12 12:54:09 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/19226 )


Change subject: trx_toolkit/clck_gen.py: call send_clck_ind() on every TDMA frame
......................................................................

trx_toolkit/clck_gen.py: call send_clck_ind() on every TDMA frame

Change-Id: I6d53e5266fa3b1f2eb55822d1c14975789b202ed
---
M src/target/trx_toolkit/clck_gen.py
1 file changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/26/19226/1

diff --git a/src/target/trx_toolkit/clck_gen.py b/src/target/trx_toolkit/clck_gen.py
index 1b92cef..62b6b1d 100755
--- a/src/target/trx_toolkit/clck_gen.py
+++ b/src/target/trx_toolkit/clck_gen.py
@@ -53,7 +53,6 @@
 		# Calculate counter time
 		self.ctr_interval  = self.GSM_FRAME_US - self.LO_DELAY_US
 		self.ctr_interval /= self.SEC_DELAY_US
-		self.ctr_interval *= self.ind_period
 
 	@property
 	def running(self):
@@ -109,7 +108,7 @@
 			log.debug(payload.rstrip("\0"))
 
 		# Increase frame count
-		self.clck_src += self.ind_period
+		self.clck_src += 1
 
 # Just a wrapper for independent usage
 class Application(ApplicationBase):

-- 
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/19226
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I6d53e5266fa3b1f2eb55822d1c14975789b202ed
Gerrit-Change-Number: 19226
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200712/2c657efb/attachment.htm>


More information about the gerrit-log mailing list