Open cpu mc60 sdkv1.7

I tried to get the battery level with the following command

	ret=RIL_GetPowerSupply(bat_cap,bat_vol);
	 APP_DEBUG("<RIL_GetPowerSupply=%d -->\r\n", ret);

But whenever I use this command, the module hangs