Add telephony module

Bug: 145952197
Test: m
Change-Id: Ic078afd377d9d7d348b73a77ee1bfe2fa4e8f620
diff --git a/atoms.proto b/atoms.proto
index d05ac18..922df3d 100644
--- a/atoms.proto
+++ b/atoms.proto
@@ -151,8 +151,8 @@
         HardwareFailed hardware_failed = 72;
         PhysicalDropDetected physical_drop_detected = 73;
         ChargeCyclesReported charge_cycles_reported = 74;
-        MobileConnectionStateChanged mobile_connection_state_changed = 75;
-        MobileRadioTechnologyChanged mobile_radio_technology_changed = 76;
+        MobileConnectionStateChanged mobile_connection_state_changed = 75 [(module) = "telephony"];
+        MobileRadioTechnologyChanged mobile_radio_technology_changed = 76 [(module) = "telephony"];
         UsbDeviceAttached usb_device_attached = 77;
         AppCrashOccurred app_crash_occurred = 78;
         ANROccurred anr_occurred = 79;