Attention is currently required from: fixeria, jolly, osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/36555?usp=email )
Change subject: doc: Introduce code architecture section with main class diagram
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I created this diagram for my upcoming talk about Pcu past, present & future.
I think it totally makes sense to have it in the project documentation. We already have something similar for osmo-trx.
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/36555?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ibf6dd6f7e4d6370ad40733820faa70f9e5bc0e7d
Gerrit-Change-Number: 36555
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-CC: Jenkins Builder
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 12 Apr 2024 15:58:40 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/36553?usp=email )
Change subject: tbf.h: Fix wrong type declaration of field dl_ass_fsm
......................................................................
tbf.h: Fix wrong type declaration of field dl_ass_fsm
The typo was harmless since as of now the two structs where identical.
Change-Id: Ibbc59a0584ee0cd83de0e04eebdcca2aebe3e970
---
M src/tbf.h
1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/53/36553/1
diff --git a/src/tbf.h b/src/tbf.h
index 97f5562..4170ca1 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -245,7 +245,7 @@
struct rate_ctr_group *m_ctrs;
struct osmo_fsm_inst *state_fi;
struct tbf_ul_ass_fsm_ctx ul_ass_fsm;
- struct tbf_ul_ass_fsm_ctx dl_ass_fsm;
+ struct tbf_dl_ass_fsm_ctx dl_ass_fsm;
struct llist_item m_ms_list;
struct llist_item m_trx_list;
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/36553?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ibbc59a0584ee0cd83de0e04eebdcca2aebe3e970
Gerrit-Change-Number: 36553
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/36551?usp=email )
Change subject: README.md: Remove 'multi-slot ul tbf' line from 'Current Limitations'
......................................................................
README.md: Remove 'multi-slot ul tbf' line from 'Current Limitations'
This feature was implemented in commit
ed2afa3bed4c1b7a2bffae6be7df881de4f976e7, ~3 years ago.
Change-Id: I9abe54f280ab4e62c0c5220d010575b912c8c141
---
M README.md
1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/51/36551/1
diff --git a/README.md b/README.md
index 3d11a78..8467c50 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,6 @@
* No fixed allocation support (was removed from 3GPP Rel >= 5 anyway)
* No extended dynamic allocation support
* No unacknowledged mode operation
- * Only single slot assignment on uplink direction
* No half-duplex class support (only semi-duplex)
* No TA loop
* No power loop
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/36551?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I9abe54f280ab4e62c0c5220d010575b912c8c141
Gerrit-Change-Number: 36551
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange