Fixed a few copy/paste errors that inserted a terminal space.

git-svn-id: http://yate.null.ro/svn/yate/trunk@5430 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2013-03-28 17:03:58 +00:00
parent e61e44d334
commit 423eaa30e5
1 changed files with 3 additions and 3 deletions

View File

@ -6004,7 +6004,7 @@ static const TokenDict s_roamingNotAllowedCause[] = {
};
static const TokenDict s_additionalRoamingNotAllowedCause[] = {
{"supportedRAT-TypesNotAllowed ", 0},
{"supportedRAT-TypesNotAllowed", 0},
{0, 0},
};
@ -6020,7 +6020,7 @@ static const TokenDict s_absentSubscriberReason[] = {
static const TokenDict s_smDeliveryFailureCause[] = {
{"memoryCapacityExceeded", 0 },
{"equipmentProtocolError", 1 },
{"equipmentNotSM-Equipped ", 2 },
{"equipmentNotSM-Equipped", 2 },
{"unknownServiceCentre", 3 },
{"sc-Congestion", 4 },
{"invalidSME-Address", 5 },
@ -6031,7 +6031,7 @@ static const TokenDict s_smDeliveryFailureCause[] = {
static const TokenDict s_networkResource[] = {
{"plmn", 0 },
{"hlr", 1 },
{"vlr ", 2 },
{"vlr", 2 },
{"pvlr", 3 },
{"controllingMSC", 4 },
{"vmsc", 5 },