There is no parameter in the function and the bts has a memeber trx
which has a member pdch.
Sponsored-by: On-Waves ehf
---
src/bts.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/bts.cpp b/src/bts.cpp
index 9de6dc3..3dd5705 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -532,7 +532,6 @@ void gprs_rlcmac_pdch::disable()
m_is_enabled = 0;
}
-/* TODO: kill the parameter and make a pdch belong to a trx.. to a bts.. */
void gprs_rlcmac_pdch::free_resources()
{
struct gprs_rlcmac_paging *pag;
--
1.8.4.2
This is a Mailman mailing list bounce action notice:
List: OpenBSC
Member: osmocom(a)ninoc.nl
Action: Subscription disabled.
Reason: Excessive or fatal bounces.
The triggering bounce notice is attached below.
Questions? Contact the Mailman site administrator at
mailman(a)lists.osmocom.org.
Hi All
there was typo in my earlier post therefore posting again--sorry! for that
in my sgsn log I am getting
<0002> gprs_gmm.c:921 -> GMM RA UPDATE REQUEST type="RA updating" LLC XID
RESET REJECT
<0002> gprs_gmm.c:860 <- ROUTING AREA UPDATE REJECT
then
<0002> gprs_gmm.c:640 -> GMM ATTACH REQUEST MI(xxxxxxx) type="GPRS attach"
<0002> gprs_gmm.c:444 <- GPRS IDENTITY REQUEST: mi_type=02
<0011> gprs_bssgp.c:753 BSSGP BVCI=2 Rx Flow Control BVC
<0011> gprs_bssgp.c:376 BSSGP TLLI=0xxxxxx Rx UPLINK-UNITDATA
<0012> gprs_llc.c:554 LLC SAPI=1 C FCS=0xxxxx=UI DATA
<0002> gprs_gmm.c:582 -> GMM IDENTITY RESPONSE: mi_type=0x02 MI(xxxxxxxxx)
<0002> gprs_gmm.c:352 <- GPRS ATTACH ACCEPT (new P-TMSI=0xxxxxxx)
<0011> gprs_bssgp.c:376 BSSGP TLLI=0xxxxxx Rx UPLINK-UNITDATA
<0012> gprs_llc.c:554 LLC SAPI=1 C FCS=0xxxxxxxx=UI DATA
<0002> gprs_gmm.c:1052 -> ATTACH COMPLETE
and then
<0002> gprs_gmm.c:1319 -> ACTIVATE PDP CONTEXT REQ: SAPI=3 NSAPI=5 IETF
IPv4
<000f> sgsn_libgtp.c:126 Create PDP Context
<000f> sgsn_libgtp.c:379 libgtp cb_conf(type=16, cause=128, pdp=0xxxxxxx,
cbp=0x1xxxxx)
<000f> sgsn_libgtp.c:265 Received CREATE PDP CTX CONF, cause=128(Request
accepted)
<0002> gprs_gmm.c:1197 <- ACTIVATE PDP CONTEXT ACK
finally
<0002> gprs_gmm.c:1432 -> DEACTIVATE PDP CONTEXT REQ (cause: Regular
deactivation)
<000f> sgsn_libgtp.c:212 Delete PDP Context
<000f> sgsn_libgtp.c:402 PDP Context was deleted
<000f> sgsn_libgtp.c:379 libgtp cb_conf(type=20, cause=128, pdp=(nil),
cbp=0xxxxxx)
<000f> sgsn_libgtp.c:321 Received DELETE PDP CTX CONF, cause=128(Request
accepted)
<0002> gprs_gmm.c:1290 <- DEACTIVATE PDP CONTEXT ACK
Am I getting PDP deactivation because of routing area reject.
Also noticed that TLLI changes from Activate PDP context onwards. This
TLLI is based on TMSI/P-TMSI
Upto Attach complete procedure I have different TLLI.
For setup I have
BSC, SGSN on eth0 and eth0:1 respectively and
GGSN on eth1 ( I have external network adapter).
Can anybody suggest something why I am getting pdp deactivation.
regards
Josh