summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-03-12 19:12:42 +0700
committerfixeria <vyanitskiy@sysmocom.de>2023-03-13 21:43:45 +0000
commit20ee798ffdc239dc77d0478852d171825a2b9b18 (patch)
treec73d204b13d24af49c4bed494a1ff0b1a3a0b9ae /src/host/virt_phy
parent0504bd028e50d1b04af7eacf77bd593defcdae54 (diff)
virt_phy: cosmetic: make the linter happy about code indent
Diffstat (limited to 'src/host/virt_phy')
-rw-r--r--src/host/virt_phy/include/osmocom/bb/virtphy/l1ctl_sap.h16
-rw-r--r--src/host/virt_phy/src/logging.c72
-rw-r--r--src/host/virt_phy/src/virt_prim_data.c4
3 files changed, 46 insertions, 46 deletions
diff --git a/src/host/virt_phy/include/osmocom/bb/virtphy/l1ctl_sap.h b/src/host/virt_phy/include/osmocom/bb/virtphy/l1ctl_sap.h
index 662efb62..1a61f293 100644
--- a/src/host/virt_phy/include/osmocom/bb/virtphy/l1ctl_sap.h
+++ b/src/host/virt_phy/include/osmocom/bb/virtphy/l1ctl_sap.h
@@ -39,7 +39,7 @@ void l1ctl_sap_handler(struct l1_model_ms *ms, struct msgb *msg);
/* utility methods */
struct msgb *l1ctl_msgb_alloc(uint8_t msg_type);
struct msgb *l1ctl_create_l2_msg(int msg_type, uint32_t fn, uint16_t snr,
- uint16_t arfcn);
+ uint16_t arfcn);
/* receive routines */
void l1ctl_rx_fbsb_req(struct l1_model_ms *, struct msgb *msg);
@@ -63,14 +63,14 @@ void l1ctl_tx_reset(struct l1_model_ms *, uint8_t msg_type, uint8_t reset_type);
void l1ctl_tx_rach_conf(struct l1_model_ms *, uint32_t fn, uint16_t arfcn);
void l1ctl_tx_data_conf(struct l1_model_ms *, uint32_t fn, uint16_t snr, uint16_t arfcn);
void l1ctl_tx_data_ind(struct l1_model_ms *, struct msgb *msg, uint16_t arfcn, uint8_t link_id,
- uint8_t chan_nr, uint32_t fn, uint8_t snr,
- uint8_t signal_dbm, uint8_t num_biterr,
- uint8_t fire_crc);
+ uint8_t chan_nr, uint32_t fn, uint8_t snr,
+ uint8_t signal_dbm, uint8_t num_biterr,
+ uint8_t fire_crc);
void l1ctl_tx_traffic_conf(struct l1_model_ms *, uint32_t fn, uint16_t snr, uint16_t arfcn);
void l1ctl_tx_traffic_ind(struct l1_model_ms *, struct msgb *msg, uint16_t arfcn, uint8_t link_id,
- uint8_t chan_nr, uint32_t fn, uint8_t snr,
- uint8_t signal_dbm, uint8_t num_biterr,
- uint8_t fire_crc);
+ uint8_t chan_nr, uint32_t fn, uint8_t snr,
+ uint8_t signal_dbm, uint8_t num_biterr,
+ uint8_t fire_crc);
void l1ctl_tx_pm_conf(struct l1_model_ms *, struct l1ctl_pm_req *pm_req);
void l1ctl_tx_fbsb_conf(struct l1_model_ms *, uint8_t res, uint16_t arfcn);
void l1ctl_tx_ccch_mode_conf(struct l1_model_ms *, uint8_t ccch_mode);
@@ -78,4 +78,4 @@ void l1ctl_tx_tch_mode_conf(struct l1_model_ms *, uint8_t tch_mode, uint8_t audi
/* scheduler functions */
uint32_t sched_fn_ul(struct gsm_time cur_time, uint8_t chan_nr,
- uint8_t link_id);
+ uint8_t link_id);
diff --git a/src/host/virt_phy/src/logging.c b/src/host/virt_phy/src/logging.c
index 5febff58..04667d1f 100644
--- a/src/host/virt_phy/src/logging.c
+++ b/src/host/virt_phy/src/logging.c
@@ -22,42 +22,42 @@
#include <osmocom/bb/virtphy/logging.h>
static const char* l1ctlPrimNames[] = {
- "_L1CTL_NONE",
- "L1CTL_FBSB_REQ",
- "L1CTL_FBSB_CONF",
- "L1CTL_DATA_IND",
- "L1CTL_RACH_REQ",
- "L1CTL_DM_EST_REQ",
- "L1CTL_DATA_REQ",
- "L1CTL_RESET_IND",
- "L1CTL_PM_REQ",
- "L1CTL_PM_CONF",
- "L1CTL_ECHO_REQ",
- "L1CTL_ECHO_CONF",
- "L1CTL_RACH_CONF",
- "L1CTL_RESET_REQ",
- "L1CTL_RESET_CONF",
- "L1CTL_DATA_CONF",
- "L1CTL_CCCH_MODE_REQ",
- "L1CTL_CCCH_MODE_CONF",
- "L1CTL_DM_REL_REQ",
- "L1CTL_PARAM_REQ",
- "L1CTL_DM_FREQ_REQ",
- "L1CTL_CRYPTO_REQ",
- "L1CTL_SIM_REQ",
- "L1CTL_SIM_CONF",
- "L1CTL_TCH_MODE_REQ",
- "L1CTL_TCH_MODE_CONF",
- "L1CTL_NEIGH_PM_REQ",
- "L1CTL_NEIGH_PM_IND",
- "L1CTL_TRAFFIC_REQ",
- "L1CTL_TRAFFIC_CONF",
- "L1CTL_TRAFFIC_IND",
- "L1CTL_BURST_IND",
- "L1CTL_TBF_CFG_REQ",
- "L1CTL_TBF_CFG_CONF",
- "L1CTL_DATA_TBF_REQ",
- "L1CTL_DATA_TBF_CONF"
+ "_L1CTL_NONE",
+ "L1CTL_FBSB_REQ",
+ "L1CTL_FBSB_CONF",
+ "L1CTL_DATA_IND",
+ "L1CTL_RACH_REQ",
+ "L1CTL_DM_EST_REQ",
+ "L1CTL_DATA_REQ",
+ "L1CTL_RESET_IND",
+ "L1CTL_PM_REQ",
+ "L1CTL_PM_CONF",
+ "L1CTL_ECHO_REQ",
+ "L1CTL_ECHO_CONF",
+ "L1CTL_RACH_CONF",
+ "L1CTL_RESET_REQ",
+ "L1CTL_RESET_CONF",
+ "L1CTL_DATA_CONF",
+ "L1CTL_CCCH_MODE_REQ",
+ "L1CTL_CCCH_MODE_CONF",
+ "L1CTL_DM_REL_REQ",
+ "L1CTL_PARAM_REQ",
+ "L1CTL_DM_FREQ_REQ",
+ "L1CTL_CRYPTO_REQ",
+ "L1CTL_SIM_REQ",
+ "L1CTL_SIM_CONF",
+ "L1CTL_TCH_MODE_REQ",
+ "L1CTL_TCH_MODE_CONF",
+ "L1CTL_NEIGH_PM_REQ",
+ "L1CTL_NEIGH_PM_IND",
+ "L1CTL_TRAFFIC_REQ",
+ "L1CTL_TRAFFIC_CONF",
+ "L1CTL_TRAFFIC_IND",
+ "L1CTL_BURST_IND",
+ "L1CTL_TBF_CFG_REQ",
+ "L1CTL_TBF_CFG_CONF",
+ "L1CTL_DATA_TBF_REQ",
+ "L1CTL_DATA_TBF_CONF"
};
static const struct log_info_cat default_categories[] = {
diff --git a/src/host/virt_phy/src/virt_prim_data.c b/src/host/virt_phy/src/virt_prim_data.c
index 74050b8c..d63a5327 100644
--- a/src/host/virt_phy/src/virt_prim_data.c
+++ b/src/host/virt_phy/src/virt_prim_data.c
@@ -77,8 +77,8 @@ void l1ctl_rx_data_req(struct l1_model_ms *ms, struct msgb *msg)
}
void l1ctl_tx_data_ind(struct l1_model_ms *ms, struct msgb *msg, uint16_t arfcn, uint8_t link_id,
- uint8_t chan_nr, uint32_t fn, uint8_t snr,
- uint8_t signal_dbm, uint8_t num_biterr, uint8_t fire_crc)
+ uint8_t chan_nr, uint32_t fn, uint8_t snr,
+ uint8_t signal_dbm, uint8_t num_biterr, uint8_t fire_crc)
{
struct msgb *l1ctl_msg = NULL;
struct l1ctl_data_ind * l1di;