dect
/
libdect
Archived
13
0
Fork 0

ie: fix terminal capability NG-DECT profile indicators

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-07-05 01:45:53 +02:00
parent 52f1c1ba11
commit fa0f5ef158
2 changed files with 8 additions and 8 deletions

View File

@ -964,10 +964,10 @@ enum dect_profile_indicators {
DECT_PROFILE_BASIC_ODAP_SUPPORTED = 0x0000000000040000ULL,
DECT_PROFILE_DECT_UMTS_INTERWORKING_GPRS_SUPPORTED = 0x0000000000020000ULL,
DECT_PROFILE_DECT_UMTS_INTERWORKING_PROFILE_SUPPORTED = 0x0000000000010000ULL,
DECT_PROFILE_MULTIPLE_LINES = 0x0000000000004000ULL,
DECT_PROFILE_COMMON_PARALLEL_CALLS = 0x0000000000002000ULL,
DECT_PROFILE_CALL_IDENTIFICATION = 0x0000000000001000ULL,
DECT_PROFILE_NG_DECT_WIDEBAND_SUPPORTED = 0x0000000000000200ULL,
DECT_PROFILE_REKEYING_EARLY_ENCRYPTION_SUPPORTED = 0x0000000000001000ULL,
DECT_PROFILE_HEADSET_MANAGEMENT_SUPPORTED = 0x0000000000000800ULL,
DECT_PROFILE_NG_DECT_PART_3 = 0x0000000000000400ULL,
DECT_PROFILE_NG_DECT_PART_1 = 0x0000000000000200ULL,
DECT_PROFILE_64_LEVEL_BZ_FIELD_MODULATION = 0x0000000000000100ULL,
};

View File

@ -1189,10 +1189,10 @@ static const struct dect_trans_tbl dect_profile_indicators[] = {
TRANS_TBL(DECT_PROFILE_BASIC_ODAP_SUPPORTED, "Basic ODAP"),
TRANS_TBL(DECT_PROFILE_DECT_UMTS_INTERWORKING_GPRS_SUPPORTED, "UMTS interworking - GPRS service"),
TRANS_TBL(DECT_PROFILE_DECT_UMTS_INTERWORKING_PROFILE_SUPPORTED, "UMTS interworking"),
TRANS_TBL(DECT_PROFILE_MULTIPLE_LINES, "multiple lines"),
TRANS_TBL(DECT_PROFILE_COMMON_PARALLEL_CALLS, "parallel calls"),
TRANS_TBL(DECT_PROFILE_CALL_IDENTIFICATION, "call identification"),
TRANS_TBL(DECT_PROFILE_NG_DECT_WIDEBAND_SUPPORTED, "DECT-NG Wideband"),
TRANS_TBL(DECT_PROFILE_REKEYING_EARLY_ENCRYPTION_SUPPORTED, "Rekeying and early encryption"),
TRANS_TBL(DECT_PROFILE_HEADSET_MANAGEMENT_SUPPORTED, "Headset management"),
TRANS_TBL(DECT_PROFILE_NG_DECT_PART_3, "DECT-NG part 3"),
TRANS_TBL(DECT_PROFILE_NG_DECT_PART_1, "DECT-NG part 1"),
TRANS_TBL(DECT_PROFILE_64_LEVEL_BZ_FIELD_MODULATION, "64-level B/Z-field modulation"),
};