Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3623)

Unified Diff: src/lte/doc/source/CarrierAggregationDownlinkDataPlane.seqdiag

Issue 250600043: GSoC 2015 - Carrier Aggregation - Control Plane
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/lte/doc/source/figures/lte-arch-enb-ctrl-carrier-aggregation.dia » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/doc/source/CarrierAggregationDownlinkDataPlane.seqdiag
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/lte/doc/source/CarrierAggregationDownlinkDataPlane.seqdiag
@@ -0,0 +1,17 @@
+
+diagram {
+ LteEnbPdcp -> LteEnbRlc [label="New Rlc SDU"];
+ LteEnbRlc -> CaMacProxy [label="ReportBufferStatus ()"];
+ CaMacProxy -> LteEnbMac0 [label="ReportBufferStatus (x%)"];
+ CaMacProxy -> LteEnbMac1 [label="ReportBufferStatus ((100-x)%)"];
+ CaMacProxy <- LteEnbMac0 [label="NotifyTxOpportunity ()"];
+ LteEnbRlc <- CaMacProxy [label="NotifyTx Oportunity"];
+ LteEnbRlc -> CaMacProxy [label="Build PDU"];
+ CaMacProxy -> LteEnbMac0 [label=" "];
+ CaMacProxy <- LteEnbMac1 [label="NotifyTxOpportunity ()"];
+ LteEnbRlc <- CaMacProxy [label="NotifyTxOpportunity ()"];
+ LteEnbRlc -> CaMacProxy [label="Build PDU"];
+ CaMacProxy -> LteEnbMac1 [label=" "];
+
+ }
+
« no previous file with comments | « no previous file | src/lte/doc/source/figures/lte-arch-enb-ctrl-carrier-aggregation.dia » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b