X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Feteshare%2Fric%2Fv1%2Fxapps%2FDemoXapp1%2Findex.php;fp=ric_robot_suite%2Feteshare%2Fric%2Fv1%2Fxapps%2FDemoXapp1%2Findex.php;h=0000000000000000000000000000000000000000;hb=14eff645eb8db8f5d9fdc7d47bb081c505790509;hp=ad8e7e368755cd4fab9ab79136166acf02ea3272;hpb=0b085bb3d3cbff7a109fc550ffa220e11db0ba2d;p=it%2Ftest.git diff --git a/ric_robot_suite/eteshare/ric/v1/xapps/DemoXapp1/index.php b/ric_robot_suite/eteshare/ric/v1/xapps/DemoXapp1/index.php deleted file mode 100755 index ad8e7e3..0000000 --- a/ric_robot_suite/eteshare/ric/v1/xapps/DemoXapp1/index.php +++ /dev/null @@ -1,45 +0,0 @@ - 'DemoXapp1', 'status' => 'started', 'version' => '1.2.3', - 'instances' => [ 'name' => 'DemoXapp1', 'id' => 101, 'status' => 'started' , - 'ip' => '192.168.0.1', 'port' => 23300 , 'txMessages' => [ 'ControlIndication' ], - 'rxMessages' => [ 'LoadIndication' ] ] ]; - echo json_encode( $data ); -} - -function handle_error() { - echo "Method not found"; -} - -?>