X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2ap%2Fpkg%2Fpacker%2Fpackeddata.go;fp=e2ap%2Fpkg%2Fpacker%2Fpackeddata.go;h=0000000000000000000000000000000000000000;hb=a9bf76cb8dec6e52e7699edf1631c214647f8beb;hp=24fcaf0d46fd3bbd5a25e8a4c1360a26699b9604;hpb=01a4c49324392003717106267c56126275b9058b;p=ric-plt%2Fsubmgr.git diff --git a/e2ap/pkg/packer/packeddata.go b/e2ap/pkg/packer/packeddata.go deleted file mode 100644 index 24fcaf0..0000000 --- a/e2ap/pkg/packer/packeddata.go +++ /dev/null @@ -1,27 +0,0 @@ -/* -================================================================================== - Copyright (c) 2019 AT&T Intellectual Property. - Copyright (c) 2019 Nokia - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - 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. -================================================================================== -*/ - -package packer - -//----------------------------------------------------------------------------- -// -//----------------------------------------------------------------------------- -type PackedData struct { - Buf []byte -}