summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSylvain Munaut2010-09-26 22:55:02 +0200
committerSylvain Munaut2010-09-28 08:04:18 +0200
commit9257fe53bfe4387cdd7a78f1fbd1c93134f5ab0b (patch)
tree778290c60868448b05b0933820fe08ba6af995d4 /include
parentfw/layer1: Add support for proper meas. report (and use in prim_tx_nb) (diff)
downloadosmocom-9257fe53bfe4387cdd7a78f1fbd1c93134f5ab0b.tar.gz
osmocom-9257fe53bfe4387cdd7a78f1fbd1c93134f5ab0b.tar.xz
osmocom-9257fe53bfe4387cdd7a78f1fbd1c93134f5ab0b.zip
l1ctl: Add initial tch_mode value in DM_EST_REQ
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include')
-rw-r--r--include/l1ctl_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index f2880eb..24cb64b 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -207,6 +207,8 @@ struct l1ctl_dm_est_req {
struct l1ctl_h0 h0;
struct l1ctl_h1 h1;
};
+ uint8_t tch_mode;
+ uint8_t _padding[1];
} __attribute__((packed));
struct l1ctl_dm_freq_req {