Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Sho SHIMIZU
2016-02-29 13:58:13 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6953cf12100118a788b79e395b8bc2aa999c7176
6953cf12
1 parent
0a8332c5
Refactor: Tighten method visibility
Change-Id: I0bb311fc8f6e48763ab91bef7cfe401930c7a6a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/net/src/main/java/org/onosproject/net/intent/impl/compiler/OpticalCircuitIntentCompiler.java
core/net/src/main/java/org/onosproject/net/intent/impl/compiler/OpticalCircuitIntentCompiler.java
View file @
6953cf1
...
...
@@ -539,7 +539,7 @@ public class OpticalCircuitIntentCompiler implements IntentCompiler<OpticalCircu
return
flowRule
;
}
protected
OduSignalId
buildOduSignalId
(
OduSignalType
ochPortSignalType
,
Set
<
TributarySlot
>
slots
)
{
OduSignalId
buildOduSignalId
(
OduSignalType
ochPortSignalType
,
Set
<
TributarySlot
>
slots
)
{
int
tributaryPortNumber
=
findFirstTributarySlotIndex
(
slots
);
int
tributarySlotLen
=
ochPortSignalType
.
tributarySlots
();
byte
[]
tributarySlotBitmap
=
new
byte
[
OduSignalId
.
TRIBUTARY_SLOT_BITMAP_SIZE
];
...
...
Please
register
or
login
to post a comment