X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric_robot_suite%2Fdocker%2Fric-robot%2Feteshare%2Fric%2Fv1%2Fxapps%2FDemoXapp1%2Findex.php;fp=ric_robot_suite%2Fdocker%2Fric-robot%2Feteshare%2Fric%2Fv1%2Fxapps%2FDemoXapp1%2Findex.php;h=ad8e7e368755cd4fab9ab79136166acf02ea3272;hb=14eff645eb8db8f5d9fdc7d47bb081c505790509;hp=0000000000000000000000000000000000000000;hpb=0b085bb3d3cbff7a109fc550ffa220e11db0ba2d;p=it%2Ftest.git diff --git a/ric_robot_suite/docker/ric-robot/eteshare/ric/v1/xapps/DemoXapp1/index.php b/ric_robot_suite/docker/ric-robot/eteshare/ric/v1/xapps/DemoXapp1/index.php new file mode 100755 index 0000000..ad8e7e3 --- /dev/null +++ b/ric_robot_suite/docker/ric-robot/eteshare/ric/v1/xapps/DemoXapp1/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"; +} + +?>