6b30a0ec0be47342f00369649c90195f29901366
				
			
			
		
	Replaced this warning in the release build:
src/binder_sms.c:1120:13: warning: unused variable 'ind_code' [-Wunused-variable]
     guint32 ind_code = self->interface_aidl == RADIO_MESSAGING_INTERFACE ?
             ^~~~~~~~
with this one (whichi appears in both release and debug builds):
src/binder_sms.c:1124:18: warning: comparison between 'RADIO_IND' {aka 'enum radio_ind'}
and 'enum radio_messaging_ind' [-Wenum-compare]
             code == RADIO_MESSAGING_IND_NEW_SMS_ON_SIM);
                  ^~
The enum-compare warning is at least useful because it reminds about
different enums being mixed up.
		
	
Binder based ofono plugin. Integrates Sailfish OS fork of ofono with Android adaptations which support IRadio family of binder interfaces. This plugin is a replacement for ofono-ril-plugin. For reliable startup, /etc/ofono/binder.conf has to list all expected slots, for example: [Settings] ExpectSlots = slot1,slot2
Description
				
					Languages
				
				
								
								
									C
								
								98.4%
							
						
							
								
								
									Makefile
								
								1.5%
							
						
							
								
								
									Shell
								
								0.1%