aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/l1sap.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-07-02 11:04:11 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2014-04-06 08:58:14 +0200
commit45971cfb0f9b8c5af91c1dd437c8cf9c1941a6cb (patch)
tree44ba2522927087444a227f8e920d7b0ad4905b14 /src/common/l1sap.c
parente7df709ec591d83d2152d4b2b4497aeccc96c2a7 (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 5a0cc516..e66a0100 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;