Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The two grepping examples below show how either SDNC_OSC A1 client or STD A1 client was selected - these translate into options A and B described on the Testing End to End call in release AB page.

Code Block
languagebash
titleSDNC A1 Client
$ docker logs policy-agent | grep "protocol version"
2020-04-03 12:20:00.239 DEBUG 1 --- [or-http-epoll-1] o.o.policyagent.clients.A1ClientFactory  : Established protocol version:OSC_V1 for Ric: ric1
2020-04-03 12:20:00.248 DEBUG 1 --- [or-http-epoll-2] o.o.policyagent.clients.A1ClientFactory  : Established protocol version:OSC_V1 for Ric: ric2

...