From 2b7d2ed446c9252d6dd7c6a834adb9eb40db1880 Mon Sep 17 00:00:00 2001 From: Andreas.Eversberg Date: Thu, 6 May 2010 08:48:24 +0000 Subject: - Fixes on MM, RR, cell selection, plmn search processes. -> Cell selection now requires only one frequency to be scanned, if BA list of that PLMN is known. --- src/host/layer23/include/osmocom/gsm48_rr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/host/layer23/include/osmocom/gsm48_rr.h') diff --git a/src/host/layer23/include/osmocom/gsm48_rr.h b/src/host/layer23/include/osmocom/gsm48_rr.h index ba0bb25..88f44f1 100644 --- a/src/host/layer23/include/osmocom/gsm48_rr.h +++ b/src/host/layer23/include/osmocom/gsm48_rr.h @@ -3,6 +3,8 @@ #include "osmocore/protocol/gsm_04_08.h" +#define GSM_TA_CM 55385 + /* GSM 04.07 9.1.2 */ #define GSM48_RR_EST_REQ 0x10 #define GSM48_RR_EST_IND 0x12 @@ -141,5 +143,6 @@ struct msgb *gsm48_rr_msgb_alloc(int msg_type); int gsm48_decode_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_tx_rand_acc(struct osmocom_ms *ms, struct msgb *msg); #endif /* _GSM48_RR_H */ -- cgit v1.2.3-55-g7522