Add Streaming protobuf files and license file 00/1100/3 v0.2.0
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 9 Oct 2019 12:39:45 +0000 (15:39 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 11 Oct 2019 06:02:32 +0000 (09:02 +0300)
commit142f520ddc2e45f5dabbad35a194432a00b409fb
tree6c300d4496c0f652fa03a0e7ef20a802592232b4
parent969389e9aa339afaeca3333117373daaadc1e8e2
Add Streaming protobuf files and license file

Following X2AP messages were converted to protobuf structures:
* SGNG ADDITION REQUEST
* SGNB ADDITION REQUEST ACKNOWLEDGE
* SGNB ADDITION REQUEST REJECT
* SGNB RECONFIGURATION COMPLETE
* RRC TRANSFER
* UE CONTEXT RELEASE
* SGNB RELEASE REQUEST
* SGNB RELEASE REQUEST ACKNOWLEDGE
* SGNB RELEASE REQUIRED
* SGNB RELEASE CONFIRM
* SGNB MODIFICATION REQUEST
* SGNB MODIFICATION REQUEST REJECT
* SGNB MODIFICATION REQUEST ACKNOWLEDGE
* SGNB MODIFICATION REQUIRED
* SGNB MODIFICATION CONFIRM
* SGNB MODIFICATION REFUSE
* SN STATUS TRANSFER
* SECONDARY RAT DATA USAGE REPORT

Added also 2APStreaming protobuf structure, which can be used as an
upper level container for an X2AP message, gNodeB ID, event timestamp
and revision information of a Streaming protobuf file in question.

Streaming protobuf files are published under documentation license,
added also a LICENSE.txt file for it.

Change-Id: Id1adc255efbbcc95ac0b4394296ca00391d58335
Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
33 files changed:
LICENSE.txt [new file with mode: 0644]
common_types.proto [new file with mode: 0644]
error_cause.proto [new file with mode: 0644]
rrc_cg_config.proto [new file with mode: 0644]
rrc_cg_config_info.proto [new file with mode: 0644]
rrc_common_types.proto [new file with mode: 0644]
rrc_failure_information.proto [new file with mode: 0644]
rrc_general_message_types.proto [new file with mode: 0644]
rrc_measurement_report.proto [new file with mode: 0644]
rrc_reconfiguration.proto [new file with mode: 0644]
rrc_reconfiguration_complete.proto [new file with mode: 0644]
rrc_sib.proto [new file with mode: 0644]
rrc_system_information.proto [new file with mode: 0644]
rrctransfer.proto [new file with mode: 0644]
secondary_rat_data_usage_report.proto [new file with mode: 0644]
sgnb_addition_request.proto [new file with mode: 0644]
sgnb_addition_request_acknowledge.proto [new file with mode: 0644]
sgnb_addition_request_reject.proto [new file with mode: 0644]
sgnb_modification_confirm.proto [new file with mode: 0644]
sgnb_modification_refuse.proto [new file with mode: 0644]
sgnb_modification_request.proto [new file with mode: 0644]
sgnb_modification_request_acknowledge.proto [new file with mode: 0644]
sgnb_modification_request_reject.proto [new file with mode: 0644]
sgnb_modification_required.proto [new file with mode: 0644]
sgnb_reconfiguration_complete.proto [new file with mode: 0644]
sgnb_release_confirm.proto [new file with mode: 0644]
sgnb_release_request.proto [new file with mode: 0644]
sgnb_release_request_acknowledge.proto [new file with mode: 0644]
sgnb_release_required.proto [new file with mode: 0644]
sn_status_transfer.proto [new file with mode: 0644]
ue_context_release.proto [new file with mode: 0644]
x2ap_common_types.proto [new file with mode: 0644]
x2ap_streaming.proto [new file with mode: 0644]