Enable Modem Thermal Throttling to Emergency calls only

Should trigger throttling at 53C on fps-therm-adc for DVT devices.
Should trigger throttling at 58C on quiet-therm-adc for EVT devices.

Fixes: 111812695
Test: Verified on both B1 DVT and C1 DVT
1) Boot & check logcat messages for loading the config
2) Artificially lowered the trigger threshold and used T-Mobile SIM to
verify the cell service being throttled to "Emergency calls only" when
the fps-therm-adc went above the threshold. Also verified that the
throttling was released when the temperature went back down below the
clear point.
3) Checked logcat messages on modem mitigation.

Change-Id: I846758ae43ceadf5b0e8c018546d8bf9c40ed622
diff --git a/thermal-engine-blueline-novr-prod.conf b/thermal-engine-blueline-novr-prod.conf
index 8769c77..1b3c7f6 100644
--- a/thermal-engine-blueline-novr-prod.conf
+++ b/thermal-engine-blueline-novr-prod.conf
@@ -54,3 +54,12 @@
 thresholds_clr  	44000		46000
 actions 		mnh		mnh
 action_info		3		4
+
+[MODEM-MONITOR]
+algo_type		monitor
+sampling		1000
+sensor			fps-therm-adc
+thresholds		53000
+thresholds_clr		51000
+actions			modem+modem_proc
+action_info		3+3