Skip to content

Commit

Permalink
Add detach target (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
woojoong88 authored Jan 7, 2021
1 parent 0605499 commit f6dce10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ test-kpimon: | $(M)/ric
@echo "*** Get KPIMON result through CLI ***"; \
kubectl exec -it deploy/onos-sdran-cli -n riab -- sdran kpimon list numues;

detach-ue: | $(M)/oai-enb-cu $(M)/oai-enb-du $(M)/oai-ue
echo -en "AT+CPIN=0000\r" | nc -u -w 1 localhost 10000
echo -en "AT+CGATT=0\r" | nc -u -w 1 localhost 10000

reset-oai:
helm delete -n $(RIAB_NAMESPACE) oai-enb-cu || true
Expand Down

0 comments on commit f6dce10

Please sign in to comment.