X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fresource-status-manager.git;a=blobdiff_plain;f=RSM%2Fconverters%2Fresource_status_response_unpacker.go;fp=RSM%2Fconverters%2Fresource_status_response_unpacker.go;h=be81a1ca3e446143bda1d5da3ccaaa0027a3f4ce;hp=b50251b0bb40f809054e0f9a24ee9d8a3ea3db4b;hb=ebcd4c708436ffcc88551963eb68461505bf450a;hpb=8e121d9eb31da7be2869b4a120a8eb1fdc364e62 diff --git a/RSM/converters/resource_status_response_unpacker.go b/RSM/converters/resource_status_response_unpacker.go index b50251b..be81a1c 100644 --- a/RSM/converters/resource_status_response_unpacker.go +++ b/RSM/converters/resource_status_response_unpacker.go @@ -15,10 +15,13 @@ // limitations under the License. // +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package converters -// #cgo CFLAGS: -I../asn1codec/inc/ -I../asn1codec/e2ap_engine/ -// #cgo LDFLAGS: -L ../asn1codec/lib/ -L../asn1codec/e2ap_engine/ -le2ap_codec -lasncodec +// #cgo CFLAGS: -I../3rdparty/asn1codec/inc/ -I../3rdparty/asn1codec/e2ap_engine/ +// #cgo LDFLAGS: -L ../3rdparty/asn1codec/lib/ -L../3rdparty/asn1codec/e2ap_engine/ -le2ap_codec -lasncodec // #include // #include import "C"