X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Feteshare%2Fric%2Fv1%2Fxapps%2FDemoXapp1%2F101%2Findex.php;fp=ric_robot_suite%2Feteshare%2Fric%2Fv1%2Fxapps%2FDemoXapp1%2F101%2Findex.php;h=ad8e7e368755cd4fab9ab79136166acf02ea3272;hb=c5fa07bcd8cbd614bcd813cac698385b789bcfcb;hp=0000000000000000000000000000000000000000;hpb=59f84608ec15c016958a6e0e0ddd813f376c0925;p=it%2Ftest.git diff --git a/ric_robot_suite/eteshare/ric/v1/xapps/DemoXapp1/101/index.php b/ric_robot_suite/eteshare/ric/v1/xapps/DemoXapp1/101/index.php new file mode 100755 index 0000000..ad8e7e3 --- /dev/null +++ b/ric_robot_suite/eteshare/ric/v1/xapps/DemoXapp1/101/index.php @@ -0,0 +1,45 @@ + '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"; +} + +?>