TT#81700 fix detection of profile on CE

Change-Id: I6486bc1027104e4a891a5429f106c33f171d70d4
mr9.0.1
Victor Seva 6 years ago
parent 9cfffe6dc6
commit c57dca2a9c

@ -35,7 +35,7 @@ if [ -z "${PROFILE}" ] ; then
if [ -n "${ngcp_type}" ]; then if [ -n "${ngcp_type}" ]; then
case $(${ngcp_type}) in case $(${ngcp_type}) in
sppro|carrier) PROFILE=PRO;; sppro|carrier) PROFILE=PRO;;
ce) PROFILE=CE;; spce) PROFILE=CE;;
*) ;; *) ;;
esac esac
echo "ngcp-type: profile ${PROFILE}" echo "ngcp-type: profile ${PROFILE}"

@ -84,7 +84,7 @@ if [ -z "${PROFILE}" ] ; then
if [ -n "${ngcp_type}" ]; then if [ -n "${ngcp_type}" ]; then
case $(${ngcp_type}) in case $(${ngcp_type}) in
sppro|carrier) PROFILE=PRO;; sppro|carrier) PROFILE=PRO;;
ce) PROFILE=CE;; spce) PROFILE=CE;;
*) ;; *) ;;
esac esac
echo "ngcp-type: profile ${PROFILE}" echo "ngcp-type: profile ${PROFILE}"

@ -275,7 +275,7 @@ if [ -z "${PROFILE}" ]; then
if [ -n "${ngcp_type}" ]; then if [ -n "${ngcp_type}" ]; then
case $(${ngcp_type}) in case $(${ngcp_type}) in
sppro|carrier) PROFILE=PRO;; sppro|carrier) PROFILE=PRO;;
ce) PROFILE=CE;; spce) PROFILE=CE;;
*) ;; *) ;;
esac esac
echo "ngcp-type: profile ${PROFILE}" echo "ngcp-type: profile ${PROFILE}"

Loading…
Cancel
Save