From 210de12ec4ffa9a3ffc8a1cb81f60c30a834dee1 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 6 Aug 2011 17:56:06 +0200 Subject: Fix of wong Classmark 2 when doing CM Service Request. Same reason as the commit below... (3b2b3b09a) Thanx again to Dieter for pointing this out. --- src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h') diff --git a/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h b/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h index 756d302..1af09f4 100644 --- a/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h +++ b/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h @@ -188,7 +188,8 @@ int gsm48_decode_lai(struct gsm48_loc_area_id *lai, uint16_t *mcc, uint16_t *mnc, uint16_t *lac); int gsm48_encode_lai(struct gsm48_loc_area_id *lai, uint16_t mcc, uint16_t mnc, uint16_t lac); -int gsm48_rr_enc_cm2(struct osmocom_ms *ms, struct gsm48_classmark2 *cm); +int gsm48_rr_enc_cm2(struct osmocom_ms *ms, struct gsm48_classmark2 *cm, + uint16_t arfcn); int gsm48_rr_tx_rand_acc(struct osmocom_ms *ms, struct msgb *msg); int gsm48_rr_los(struct osmocom_ms *ms); int gsm48_rr_rach_conf(struct osmocom_ms *ms, uint32_t fn); -- cgit v1.2.3-55-g7522