X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Include%2FgnbServiceType.h;fp=Include%2FgnbServiceType.h;h=aebfd560eec147be0d24b3885b891eb34d6185e1;hb=e93798699eccb72af04938fc9b0d7a836e284488;hp=2d8ba8fe615e3c0dbd941662465d1627b032a5a7;hpb=94f13ab3e8da393eb27ccc561d31b447b1367c56;p=scp%2Focu%2F5gnr.git diff --git a/Include/gnbServiceType.h b/Include/gnbServiceType.h index 2d8ba8f..aebfd56 100644 --- a/Include/gnbServiceType.h +++ b/Include/gnbServiceType.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 __GNB_COMM_TYPE_H__ #define __GNB_COMM_TYPE_H__ @@ -82,7 +94,7 @@ typedef enum { CELL_ACTIVE_STATE, CELL_INACTIVE_STATE, - + }CellState_e; @@ -107,7 +119,7 @@ typedef struct NrCellId typedef struct plmnInformation { UINT16 bitMask; - UINT8 plmnIdNum; + UINT8 plmnIdNum; PlmnId_t plmnId[MAX_PLMN_ID_NUM]; UINT32 trackingAreaCode; /*option*/ UINT8 ranac; /*option*/ @@ -146,4 +158,3 @@ typedef LONG GnbCuId; #endif -