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

Unified Diff: src/lte/doc/source/setupRadioBearerCarrierAggregation.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 | « src/lte/doc/source/figures/lte-arch-ue-data-carrier-aggregation.dia ('k') | src/lte/helper/lte-helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/doc/source/setupRadioBearerCarrierAggregation.seqdiag
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/lte/doc/source/setupRadioBearerCarrierAggregation.seqdiag
@@ -0,0 +1,17 @@
+
+diagram {
+ LteEpc -> LteEnbRrc [label="SetupDataRadioBearer ()"];
+ LteEnbRrc -> CcManager [label="SetupDataRadioBearer ()"];
+ LteEnbRrc <- CcManager [label="AddLc (std::vector<LcConfiguration>)"];
+ LteEnbRrc -> LteEnbMac0 [label="AddLc ()"];
+ LteEnbRrc -> LteEnbMac1 [label="AddLC ()"];
+ // Separator
+ === ===
+ LteEnbRrc -> CcManager [label="MeasurementReport ()"];
+ // self referenced edge
+ CcManager -> CcManager [label = "Decide Activation"];
+ LteEnbRrc <- CcManager [label="AddLc (std::vector<LcConfiguration>)"];
+ LteEnbRrc -> LteEnbMac0 [label="AddLc ()"];
+ LteEnbRrc -> LteEnbMac1 [label="AddLc ()"];
+ }
+
« no previous file with comments | « src/lte/doc/source/figures/lte-arch-ue-data-carrier-aggregation.dia ('k') | src/lte/helper/lte-helper.h » ('j') | no next file with comments »

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