[rilmodem] remove comments regarding the BEARER_CLASS_DEFAULT

Signed-off-by: Jarko Poutiainen <Jarko.Poutiainen@oss.tieto.com>
This commit is contained in:
Jarko Poutiainen
2014-01-10 11:51:26 +02:00
parent 354285a438
commit 304f7cc197

View File

@@ -89,16 +89,6 @@ static void ril_registration(struct ofono_call_forwarding *cf, int type,
parcel_w_int32(&rilp, type);
/* Modem seems to respond with error to all queries
* or settings made with bearer class
* BEARER_CLASS_DEFAULT. Design decision: If given
* class is BEARER_CLASS_DEFAULT let's map it to
* SERVICE_CLASS_VOICE effectively making it the
* default bearer. This in line with API which is
* contains only voice anyways. TODO: Checkout
* the behaviour with final modem
*/
if (cls == BEARER_CLASS_DEFAULT)
cls = 0;
@@ -137,16 +127,6 @@ static void ril_send_forward_cmd(struct ofono_call_forwarding *cf,
parcel_w_int32(&rilp, type);
/* Modem seems to respond with error to all queries
* or settings made with bearer class
* BEARER_CLASS_DEFAULT. Design decision: If given
* class is BEARER_CLASS_DEFAULT let's map it to
* SERVICE_CLASS_VOICE effectively making it the
* default bearer. This in line with API which is
* contains only voice anyways. TODO: Checkout
* the behaviour with final modem
*/
if (cls == BEARER_CLASS_DEFAULT)
cls = 0;
@@ -272,16 +252,6 @@ static void ril_query(struct ofono_call_forwarding *cf, int type, int cls,
parcel_w_int32(&rilp, type);
/* Modem seems to respond with error to all queries
* or settings made with bearer class
* BEARER_CLASS_DEFAULT. Design decision: If given
* class is BEARER_CLASS_DEFAULT let's map it to
* SERVICE_CLASS_VOICE effectively making it the
* default bearer. This in line with API which is
* contains only voice anyways. TODO: Checkout
* the behaviour with final modem
*/
if (cls == BEARER_CLASS_DEFAULT)
cls = 0;