From dadafc49fbeb29287e8c23dbc6e800abe56ff9c6 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Mon, 7 Jan 2013 11:52:50 +0100 Subject: misc: Fix typos --- src/host/layer23/include/osmocom/bb/common/l1ctl.h | 2 +- src/host/layer23/src/mobile/subscriber.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/host/layer23/include/osmocom/bb/common/l1ctl.h b/src/host/layer23/include/osmocom/bb/common/l1ctl.h index 46a333e5..3534589d 100644 --- a/src/host/layer23/include/osmocom/bb/common/l1ctl.h +++ b/src/host/layer23/include/osmocom/bb/common/l1ctl.h @@ -59,7 +59,7 @@ int l1ctl_tx_reset_req(struct osmocom_ms *ms, uint8_t type); /* Transmit L1CTL_PM_REQ */ int l1ctl_tx_pm_req_range(struct osmocom_ms *ms, uint16_t arfcn_from, - uint16_t arfcm_to); + uint16_t arfcn_to); int l1ctl_tx_sim_req(struct osmocom_ms *ms, uint8_t *data, uint16_t length); diff --git a/src/host/layer23/src/mobile/subscriber.c b/src/host/layer23/src/mobile/subscriber.c index c2a0af7f..fa59d9fa 100644 --- a/src/host/layer23/src/mobile/subscriber.c +++ b/src/host/layer23/src/mobile/subscriber.c @@ -1205,7 +1205,7 @@ void gsm_subscr_dump(struct gsm_subscriber *subscr, print(priv, " Status: %s IMSI %s", subscr_ustate_names[subscr->ustate], (subscr->imsi_attached) ? "attached" : "detached"); if (subscr->tmsi != 0xffffffff) - print(priv, " TSMI 0x%08x", subscr->tmsi); + print(priv, " TMSI 0x%08x", subscr->tmsi); if (subscr->lac > 0x0000 && subscr->lac < 0xfffe) { print(priv, "\n"); print(priv, " LAI: MCC %s MNC %s LAC 0x%04x " -- cgit v1.2.3