src: Added enum for PDP context status.

This commit is contained in:
Marit Henriksen 2011-01-14 12:16:45 +01:00 committed by Marcel Holtmann
parent 1fe79aa8a5
commit 140d092a00
1 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,12 @@ enum pin_type {
PIN_TYPE_NET,
};
/* 27.007 Section 10.1.10 */
enum context_status {
CONTEXT_STATUS_DEACTIVATED = 0,
CONTEXT_STATUS_ACTIVATED = 1,
};
const char *telephony_error_to_str(const struct ofono_error *error);
gboolean valid_phone_number_format(const char *number);