aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbap_common.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-09-10 23:49:45 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-10 23:49:45 +0200
commite2e5d4dd53749549e058335e69014f5b85d8cc7f (patch)
tree71b5f4cbcfdc8582d47ccfbb3337e30da510f3d6 /src/hnbap_common.c
parent350814a5cb1abaf3b4c00efd14fbd4a28a5149db (diff)
Back RUA/RANAP integration until RANAP Reset works for cs+ps
The hNodeB is now actively transmitting and we are getting up to the HNBAP UE-REGISTER.req with the IMSI of the MS.
Diffstat (limited to 'src/hnbap_common.c')
-rw-r--r--src/hnbap_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hnbap_common.c b/src/hnbap_common.c
index d13cb50..f3aa1a3 100644
--- a/src/hnbap_common.c
+++ b/src/hnbap_common.c
@@ -77,7 +77,7 @@ struct msgb *hnbap_generate_successful_outcome(
return NULL;
}
- msgb_put(msg, rval.encoded);
+ msgb_put(msg, rval.encoded/8);
return msg;
}