Commit 7c914185 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Android Git Automerger
Browse files

am ce6d7de4: Fix the comment for RIL_Data_Call_Response as well.

* commit 'ce6d7de4':
  Fix the comment for RIL_Data_Call_Response as well.
parents 52279edb ce6d7de4
......@@ -160,8 +160,8 @@ typedef struct {
char * type; /* One of the PDP_type values in TS 27.007 section 10.1.1.
For example, "IP", "IPV6", "IPV4V6", or "PPP". */
char * apn;
char * address; /* A space-delimited list of addresses, e.g., "192.0.1.3" or
"192.0.1.11 2001:db8::1". */
char * address; /* The IPv4 or IPv6 address assigned to the call, e.g., "192.0.1.3"
or "2001:db8::1". */
} RIL_Data_Call_Response;
typedef struct {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment