Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
canghaiwuhen
OpenXG-RAN
Commits
dd2e2083
Commit
dd2e2083
authored
Apr 12, 2016
by
Xenofon Foukas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added protocol support for agent policy reconfiguration
parent
9c9d3f45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
openair2/ENB_APP/MESSAGES/V2/header.proto
openair2/ENB_APP/MESSAGES/V2/header.proto
+1
-0
openair2/ENB_APP/MESSAGES/V2/progran.proto
openair2/ENB_APP/MESSAGES/V2/progran.proto
+11
-1
No files found.
openair2/ENB_APP/MESSAGES/V2/header.proto
View file @
dd2e2083
...
...
@@ -38,5 +38,6 @@ enum prp_type {
// Control delegation messages
PRPT_DELEGATE_CONTROL
=
15
;
PRPT_RECONFIGURE_AGENT
=
16
;
}
openair2/ENB_APP/MESSAGES/V2/progran.proto
View file @
dd2e2083
...
...
@@ -27,6 +27,7 @@ message progran_message {
prp_dl_mac_config
dl_mac_config_msg
=
14
;
prp_ue_state_change
ue_state_change_msg
=
15
;
prp_control_delegation
control_delegation_msg
=
16
;
prp_agent_reconfiguration
agent_reconfiguration_msg
=
17
;
}
}
...
...
@@ -180,7 +181,16 @@ message prp_control_delegation {
optional
prp_header
header
=
1
;
optional
uint32
delegation_type
=
2
;
// Bitmap of PRCDT_* flags
optional
bytes
payload
=
3
;
// Byte array of shared lib containing the delegated functions
repeated
string
name
=
4
;
// The delegated functions names ordered based on bitmap flags
optional
string
name
=
4
;
// The delegated functions names ordered based on bitmap flags
}
//
// Agent reconfiguration message
//
message
prp_agent_reconfiguration
{
optional
prp_header
header
=
1
;
optional
string
policy
=
2
;
// The policy changes using YAML syntax in string format
}
// Extensions of the echo request and reply
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment