summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-09-27 20:53:03 +0200
committerAndreas.Eversberg2010-09-27 20:53:03 +0200
commite97b7c418cb95d01f10aa6f54f84634c5a8c0387 (patch)
treefc6ada48611bef1b331c24a6a85085648b133ffa /src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
parent[layer23] Handle invalidation of TMSI correctly (diff)
downloadosmocom-e97b7c418cb95d01f10aa6f54f84634c5a8c0387.tar.gz
osmocom-e97b7c418cb95d01f10aa6f54f84634c5a8c0387.tar.xz
osmocom-e97b7c418cb95d01f10aa6f54f84634c5a8c0387.zip
[layer23] Alter simulated-delay via VTY on the fly (active channel)
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.h1
1 files changed, 1 insertions, 0 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 9a96a84..830c8cf 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
@@ -192,5 +192,6 @@ int gsm48_rr_rach_conf(struct osmocom_ms *ms, uint32_t fn);
extern const char *gsm48_rr_state_names[];
int gsm48_rr_start_monitor(struct osmocom_ms *ms);
int gsm48_rr_stop_monitor(struct osmocom_ms *ms);
+int gsm48_rr_alter_delay(struct osmocom_ms *ms);
#endif /* _GSM48_RR_H */