X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Feteshare%2Fnodeb%2Fsetup%2Findex.php;fp=ric_robot_suite%2Feteshare%2Fnodeb%2Fsetup%2Findex.php;h=7bc87ef8035397442e9a4bac5cea40140beeb07b;hb=c5fa07bcd8cbd614bcd813cac698385b789bcfcb;hp=0000000000000000000000000000000000000000;hpb=59f84608ec15c016958a6e0e0ddd813f376c0925;p=it%2Ftest.git diff --git a/ric_robot_suite/eteshare/nodeb/setup/index.php b/ric_robot_suite/eteshare/nodeb/setup/index.php new file mode 100755 index 0000000..7bc87ef --- /dev/null +++ b/ric_robot_suite/eteshare/nodeb/setup/index.php @@ -0,0 +1,52 @@ + 'nodeB1', 'ranPort' => '879', 'ranIp' => '10.0.0.3' ]; + echo json_encode( $data ); +} +function do_something_with_post() { + $data = [ 'ranName' => 'nodeB1', 'ranPort' => '879', 'ranIp' => '10.0.0.3' ]; + echo json_encode( $data ); +} + +function handle_error() { + echo "Method not found"; +} + +?>