Add initial codes
[it/test.git] / test_scripts / e2adapter / e2adapter.conf.default
1 e2adapter = {
2     // ZMQ Management endpoint:
3     // zmq_mgmt_endpoint = "tcp://localhost:5555";
4     // zmq_data_endpoint = "tcp://localhost:5556";
5     // zmq_cli_endpoint = "tcp://0.0.0.0:9001";
6     // log_level = 2;
7     // endcx2SetupResponse =
8     // "20 24 00 3f 00 00 01 00 f6 00 38 40 00 02"
9     // "00 fc 00 08 00 42 f4 90 00 00 00 04 00 fd 00"
10     // "25 00 00 04 00 00 00 42 f4 90 00 00 07 ff f0"
11     // "00 00 42 f4 90 41 00 09 eb 48 00 00 4d 00 2a"
12     // "80 06 18 11 3e 60 04 84";
13     sctp = {
14        // bind_address = "::";
15        // bind_port = 49999;
16     };
17 };