summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
diff options
context:
space:
mode:
authorAndreas Eversberg2011-08-06 17:56:06 +0200
committerAndreas Eversberg2011-08-06 17:56:06 +0200
commit210de12ec4ffa9a3ffc8a1cb81f60c30a834dee1 (patch)
tree371329b23cc754dc7768b96d93ace554ccca1cc4 /src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
parentFix of wong Classmark 1 on Location Updating and IMSI Detach (diff)
downloadosmocom-210de12ec4ffa9a3ffc8a1cb81f60c30a834dee1.tar.gz
osmocom-210de12ec4ffa9a3ffc8a1cb81f60c30a834dee1.tar.xz
osmocom-210de12ec4ffa9a3ffc8a1cb81f60c30a834dee1.zip
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.
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h3
1 files changed, 2 insertions, 1 deletions
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);