aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-23 21:00:51 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2016-07-28 11:55:03 +0200
commit6e999b75fa3881540e0426f01c9f80b8953ec33c (patch)
tree79aeee7a4384f5312ff6126781689defc04e94f8 /openbsc/include
parentcf7933892a995db7c02a3421df90c84556c38776 (diff)
dyn TS: rename lchan->dyn_pdch to lchan->dyn
This will also be used by the new dynamic TS type, so make the name more general. Change-Id: I2451b10519dff3e5cdf503b430574c0984d19000
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 70366199e..f4da7a7ab 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -261,7 +261,7 @@ struct gsm_lchan {
/* channel activation type and handover ref */
uint8_t act_type;
uint8_t ho_ref;
- } dyn_pdch;
+ } dyn;
#else
/* Number of different GsmL1_Sapi_t used in osmo_bts_sysmo is 23.
* Currently we don't share these headers so this is a magic number. */