pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/36553?usp=email )
Change subject: tbf.h: Fix wrong type declaration of field dl_ass_fsm
......................................................................
tbf.h: Fix wrong type declaration of field dl_ass_fsm
The typo was harmless since as of now the two structs where identical.
Change-Id: Ibbc59a0584ee0cd83de0e04eebdcca2aebe3e970
---
M src/tbf.h
1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/53/36553/1
diff --git a/src/tbf.h b/src/tbf.h
index 97f5562..4170ca1 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -245,7 +245,7 @@
struct rate_ctr_group *m_ctrs;
struct osmo_fsm_inst *state_fi;
struct tbf_ul_ass_fsm_ctx ul_ass_fsm;
- struct tbf_ul_ass_fsm_ctx dl_ass_fsm;
+ struct tbf_dl_ass_fsm_ctx dl_ass_fsm;
struct llist_item m_ms_list;
struct llist_item m_trx_list;
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/36553?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ibbc59a0584ee0cd83de0e04eebdcca2aebe3e970
Gerrit-Change-Number: 36553
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/36551?usp=email )
Change subject: README.md: Remove 'multi-slot ul tbf' line from 'Current Limitations'
......................................................................
README.md: Remove 'multi-slot ul tbf' line from 'Current Limitations'
This feature was implemented in commit
ed2afa3bed4c1b7a2bffae6be7df881de4f976e7, ~3 years ago.
Change-Id: I9abe54f280ab4e62c0c5220d010575b912c8c141
---
M README.md
1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/51/36551/1
diff --git a/README.md b/README.md
index 3d11a78..8467c50 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,6 @@
* No fixed allocation support (was removed from 3GPP Rel >= 5 anyway)
* No extended dynamic allocation support
* No unacknowledged mode operation
- * Only single slot assignment on uplink direction
* No half-duplex class support (only semi-duplex)
* No TA loop
* No power loop
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/36551?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I9abe54f280ab4e62c0c5220d010575b912c8c141
Gerrit-Change-Number: 36551
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/36354?usp=email )
Change subject: stream_cli.c: Handle read / recvfrom error and close connection
......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS3:
I am having problems running ttcn3-msc-test locally after upgrading libosmo-netif.
The testsuite fails 2/3 times with the following verdict:
```
BSSMAP: Timeout waiting for RESET-ACK after sending RESET
```
This is what I am seeing in osmo-msc logs:
```
20240412160137929 DLM3UA NOTICE 0: asp-asp-clnt-OsmoMSC-A: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:622)
20240412160137929 DLSS7 NOTICE xua_default_lm(asp-clnt-OsmoMSC-A)[0x5f3290453540]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400)
20240412160137929 DLM3UA NOTICE 0: asp-asp-clnt-OsmoMSC-A: Received NOTIFY Type State Change:AS Active () (m3ua.c:622)
20240412160138921 DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74)
20240412160139246 DLINP NOTICE CLICONN(asp-clnt-OsmoMSC-A,r=127.0.0.1:2905<->l=127.0.0.1:35677){CONNECTED} received result -11 in response to recvmsg (stream_cli.c:508)
20240412160139246 DLSS7 NOTICE xua_default_lm(asp-clnt-OsmoMSC-A)[0x5f3290453540]{ACTIVE}: Ignoring primitive M-ASP_DOWN.indication (xua_default_lm_fsm.c:400)
```
-11 is `Resource Temporarily Unavailable`.
Reverting this patch makes osmo-msc stable again.
Somehow Jenkins is not affected.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/36354?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I55426de6b49cb4cb0797e50dfeae11f2efc29b15
Gerrit-Change-Number: 36354
Gerrit-PatchSet: 3
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 12 Apr 2024 09:16:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment