X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Include%2FpdcpCommon.h;fp=Include%2FpdcpCommon.h;h=309693b575a101cff9f142c92f6d603809fdef02;hb=e93798699eccb72af04938fc9b0d7a836e284488;hp=ed4a63573378a230707789f90d87c5ddcbc7f7c0;hpb=94f13ab3e8da393eb27ccc561d31b447b1367c56;p=scp%2Focu%2F5gnr.git diff --git a/Include/pdcpCommon.h b/Include/pdcpCommon.h index ed4a635..309693b 100644 --- a/Include/pdcpCommon.h +++ b/Include/pdcpCommon.h @@ -1,9 +1,21 @@ /****************************************************************************** -############################################################################### -# Copyright (c) [2017-2020] [ICT/CAS] # -# Licensed under the ORAN Software License v1.0 (License) # -############################################################################### -******************************************************************************/ +* +* Copyright (c) 2020 ICT/CAS. +* +* Licensed under the O-RAN Software License, Version 1.0 (the "Software License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* https://www.o-ran.org/software +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*******************************************************************************/ + #ifndef NR_PDCP_COMMON_H #define NR_PDCP_COMMON_H @@ -66,12 +78,12 @@ typedef enum typedef enum { UPLINK = 0, - DOWNLINK = 1 + DOWNLINK = 1 }PdcpDirection_e; /* pdcp pdu type */ -typedef enum +typedef enum { PDCP_CTRL_PDU = 0, /* control pdu */ PDCP_DATA_PDU = 1 /* data pdu */ @@ -292,7 +304,7 @@ typedef enum{ REORDER_SPARE22 = PDCP_SPARED, REORDER_SPARE21 = PDCP_SPARED, REORDER_SPARE20 = PDCP_SPARED, - REORDER_SPARE19 = PDCP_SPARED, + REORDER_SPARE19 = PDCP_SPARED, REORDER_SPARE18 = PDCP_SPARED, REORDER_SPARE17 = PDCP_SPARED, REORDER_SPARE16 = PDCP_SPARED, @@ -302,7 +314,7 @@ typedef enum{ REORDER_SPARE12 = PDCP_SPARED, REORDER_SPARE11 = PDCP_SPARED, REORDER_SPARE10 = PDCP_SPARED, - REORDER_SPARE09 = PDCP_SPARED, + REORDER_SPARE09 = PDCP_SPARED, REORDER_SPARE08 = PDCP_SPARED, REORDER_SPARE07 = PDCP_SPARED, REORDER_SPARE06 = PDCP_SPARED,