aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/common/l1sap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index c9ec9bf0..cfe7ebb0 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -918,7 +918,8 @@ static int l1sap_ph_rts_ind(struct gsm_bts_trx *trx,
uint8_t chan_nr, link_id;
uint8_t tn;
uint32_t fn;
- uint8_t *p, *si;
+ uint8_t *p = NULL;
+ uint8_t *si;
struct lapdm_entity *le;
struct osmo_phsap_prim pp;
bool dtxd_facch = false;