layer23/mobile: Enable half_v1 support

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2010-10-22 11:52:38 +02:00
parent 00ffd1336e
commit da738824a0
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ void gsm_support_init(struct osmocom_ms *ms)
sup->full_v1 = 1;
sup->full_v2 = 1;
sup->full_v3 = 0;
sup->half_v1 = 0;
sup->half_v1 = 1;
sup->half_v3 = 0;
}