aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/l1sap.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-07-02 11:04:11 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:29 +0200
commit3caf3b7c45258278b4aeebd992e801d42b10759d (patch)
tree5cbd2211127c8973f3cde76ca21f27cd08b631c2 /src/common/l1sap.c
parentee479133891317be37b7fc850e6cb945ef0c9f38 (diff)
TRX: Fixup ciphering state names after rebasing
Diffstat (limited to 'src/common/l1sap.c')
-rw-r--r--src/common/l1sap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index b568cf01..d5dd8a60 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -96,6 +96,7 @@ static int check_for_ciph_cmd(struct msgb *msg, struct gsm_lchan *lchan,
/* only do this if we are in the right state */
switch (lchan->ciph_state) {
case LCHAN_CIPH_NONE:
+ case LCHAN_CIPH_RX_REQ:
break;
default:
return 0;