X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Ftest_db.h;h=478af9215277b8025e8b3d916c54a5a034f1ca11;hb=refs%2Fchanges%2F62%2F4062%2F1;hp=e7716b4d8a11193df733e7e78dad88a04ee08e18;hpb=65ac2f814cdd9dc0f71ee35868dc6c75a7f69d6a;p=ric-app%2Fhw.git diff --git a/test/test_db.h b/test/test_db.h index e7716b4..478af92 100644 --- a/test/test_db.h +++ b/test/test_db.h @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 AT&T Intellectual Property. + Copyright (c) 2019-2020 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -38,7 +38,6 @@ TEST(Xapp, getGNBlist) Xapp hw_xapp(std::ref(config),rmr); hw_xapp.set_rnib_gnblist(); - auto gnblist = hw_xapp.get_rnib_gnblist(); int sz = gnblist.size(); EXPECT_GE(sz,0);