Project

General

Profile

Activity

From 03/21/2024 to 04/19/2024

Today

07:39 PM OsmoSGSN Feature #6294: Support GN/Gp interoperation procedures between SGSN and MME
fixeria wrote in #note-13:
> Both testcases are currently failing:
>
> * @SGSN_Tests.TC_sgsn_context_req_in@ -- m...
fixeria
10:57 AM OsmoSGSN Feature #6294: Support GN/Gp interoperation procedures between SGSN and MME
The progress on the SGSN side is summarized below.
h3. osmo-ggsn
https://cgit.osmocom.org/osmo-ggsn/log/?h=dani...
fixeria
04:22 PM Core testing infrastructure Revision cc6c0ec9 (osmo-ttcn3-hacks): WIP: Implement IMS Server emulation
Change-Id: Ibbbadd54b7facf4ef7384499704e742f482a1252 pespin
04:12 PM Core testing infrastructure Revision 394e34bb (osmo-ttcn3-hacks): WIP
Change-Id: Ibbbadd54b7facf4ef7384499704e742f482a1252 pespin
04:03 PM Core testing infrastructure Revision dfc4f1bc (osmo-ttcn3-hacks): SIP_Emulation: Remove duplicated map()
The map() is already done before the component is started, f_init_sip().
It's better doing it there because then it's...
pespin
03:30 PM Core testing infrastructure Revision 93af9fb8 (osmo-ttcn3-hacks): WIP
Change-Id: Ibbbadd54b7facf4ef7384499704e742f482a1252 pespin
02:47 PM Core testing infrastructure Revision a2f4c807 (osmo-ttcn3-hacks): asterisk: Use Titan TEXT encoder to implement AMI record enc/dec
f_ami_wait_for_prompt_str had to be fixed since it was returning content
like this:
"Response: Success\nMessage: Auth...
pespin
12:36 PM Cellular Network Infrastructure Feature #4107 (In Progress): Start systemd services as non-root user
Summary of current status:
* Max had prepared a lot of patches to create an Osmocom user and fix permissions during ...
osmith
11:35 AM Core testing infrastructure Revision 4dee73e3 (osmo-ttcn3-hacks): WIP: IPAd_Tests: add testsuite for an eIM
Change-Id: Iba72ee00d10aba7831feedadacd943bf943de53e
Related: SYS#6824
dexter
11:31 AM Core testing infrastructure Revision 03e07836 (osmo-ttcn3-hacks): ipad: add an extra certificate+bundle for host "testsuite"
Change-Id: I2d4ba8b710b9cf518b90c7f7acc8982350705531 dexter
11:31 AM Core testing infrastructure Revision da925e02 (osmo-ttcn3-hacks): IPAd_Tests: add testsuite for an IPAd
With this patch we add a testsuite that can be used to test an IPAd
implementation.
The testsuite emulates the ESipa...
dexter
11:31 AM Core testing infrastructure Revision 6bbe7bc8 (osmo-ttcn3-hacks): SGP32Definitions_Templates: add new set of templates to support rollback
This patch adds a number of templates that are needed to test profile
rollback.
Related: SYS#6563
Change-Id: I6db76a...
dexter
11:31 AM Core testing infrastructure Revision 4e3e90a7 (osmo-ttcn3-hacks): SGP32Definitions_Templates: add template tr_provideEimPackageResult_ePRAndNotif
Add a new template to verify the provideEimPackageResult request (ESipa)
from the IPAd
Related: SYS#6563
Change-Id: ...
dexter
11:31 AM Core testing infrastructure Revision 19debc7a (osmo-ttcn3-hacks): SGP32Definitions_Templates: rename tx_provideEimPackageResultResponse
The template tr_provideEimPackageResultResponse and ts_provideEimPackageResultResponse
should be renamed to tr_provid...
dexter
11:31 AM Core testing infrastructure Revision 4f31303a (osmo-ttcn3-hacks): SGP32Definitions_Templates: use enable instead of configureAutoEnable PSMO
The "enable" psmo is a more common example than the configureAutoEnable
PSMO.
Related: SYS#6563
Change-Id: Ia364d5f6...
dexter
11:31 AM Core testing infrastructure Revision d0957db7 (osmo-ttcn3-hacks): SGP32Definitions_Templates: remove unrelated template parameter
The template parameter eimFqdn is not relevant for this kind of
template.
Change-Id: I365fe15a22a98ced5c6a5d13b2700d...
dexter
11:31 AM Core testing infrastructure Revision cd5b5af9 (osmo-ttcn3-hacks): SGP32Definitions_Templates: add missing new line at the endo of file
Related: SYS#6563
Change-Id: I0e7c3b514ba6569c3707ae20ed213591ca7d0e1c
dexter
11:31 AM Core testing infrastructure Revision 6249e8ab (osmo-ttcn3-hacks): HTTP_Adapter: Allow API users to enable/disable SSL
At the moment HTTP_Adapter has no option to enable SSL
Related: SYS#6824
Change-Id: I6487deea50cd9b4ed4905d9a3a78e00...
dexter
11:18 AM Core testing infrastructure Revision 383ef653 (osmo-ttcn3-hacks): HTTP_Adapter: put HTTP config options into a record
The function f_http_init currently takes only two config options. For the
moment this is not a problem, but the amoun...
dexter
10:34 AM Core testing infrastructure Revision 74b12c75 (osmo-ttcn3-hacks): sgsn: TC_sgsn_context_req_in: match MM Context & GSN Address IEs
Change-Id: Ie68794c309e548279381d044a3e34dcdf405084f
Related: SYS#6603, OS#6294
fixeria
10:34 AM Core testing infrastructure Revision acd0b39f (osmo-ttcn3-hacks): sgsn: add testcases for SGSN Context Request procedure
Change-Id: If71de10897a8a9f6612cd46c760cd89c0299ac2c
Related: SYS#6603, OS#6294
fixeria
10:32 AM Core testing infrastructure Revision 339cd4e6 (osmo-ttcn3-hacks): HTTP_Adapter: allow body to be "omit"
In HTTP not all requests have a body. At the moment we describe a
missing body with body := "". This is not 100% corr...
dexter
10:17 AM libosmocore Bug #6437: osmo_io_ops segmentation_cb missing parameter holding state
laforge wrote in #note-4:
> pespin wrote in #note-3:
>
> > We can also change it to have a new segmentation_cb2 c...
pespin
07:17 AM libosmocore Bug #6437: osmo_io_ops segmentation_cb missing parameter holding state
pespin wrote in #note-3:
> We can also change it to have a new segmentation_cb2 callback to avoid breaking API (st...
laforge
10:17 AM Core testing infrastructure Revision 89e5229b (osmo-ttcn3-hacks): HTTP_Adapter: allow API users to specifiy custom header
At the moment HTTP_Adapter can only make requests with a fixed
pre-defined HTTP header. However, some application may...
dexter
10:07 AM libosmocore Revision 84546064 (libosmocore): osmo_io: Add iofd param to segmentation_cb
See related ticket for full rant and historical facts about this
callback.
Since anyway we are still developing osmo_...
pespin
09:56 AM Core testing infrastructure Revision 95fb6295 (osmo-ttcn3-hacks): library: GTPv1C: fix ts_MM_Context{GSM,UMTS} templates
Set the values according to 3GPP TS 29.060 version 17.4.0 Release 17.
* Field 'spare' is defined as 'Spare 1111' in ...
fixeria
09:56 AM Core testing infrastructure Revision 061c36d2 (osmo-ttcn3-hacks): library: GTPv1C: make ts_GTPC_SGSNContextAck more compact
Change-Id: I9b0c948f295fd73fad79c8d09b45fd992c90a015 fixeria

04/18/2024

06:17 PM Core testing infrastructure Revision 95ad6a01 (osmo-ttcn3-hacks): SIP_Templates: Make tag collisions harder
It was spotted during some test runs that the same tag was assigned to 2
different components. Let's make this way mo...
pespin
06:07 PM Core testing infrastructure Revision 6beffab8 (docker-playground): ttcn3-hnbgw: Apply latest changes to 'with-pfcp' scenario
Recent commits applied changes to the default scenario, but forgot to
apply them to the 'with-pfcp' subdir.
Fixes: 6...
pespin
05:54 PM Core testing infrastructure Revision caf028d6 (osmo-ttcn3-hacks): asterisk: Split SIPConnHdlr to its own file
Change-Id: I168920887bfd05c0a1785c5cb7ac485edaef0df2 pespin
05:47 PM Core testing infrastructure Revision 0ace3325 (osmo-ttcn3-hacks): SIP_Templates: Make tag collisions harder
It was spotted during some test runs that the same tag was assigned to 2
different components. Let's make this way mo...
pespin
12:52 PM Core testing infrastructure Revision 342ec193 (osmo-ttcn3-hacks): asterisk: Split SIPConnHdlr to its own file
Change-Id: I168920887bfd05c0a1785c5cb7ac485edaef0df2 pespin
12:14 PM Core testing infrastructure Revision 54b614ad (osmo-ttcn3-hacks): Asterisk: Initial AMI support
Introduce config and functions around TELNETasp_PT to implement an AMI
interface client to interact with Asterisk.
S...
pespin
12:06 PM Core testing infrastructure Revision 4a19b474 (osmo-ttcn3-hacks): HTTP_Adapter: add HOST field to header lines.
In HTTP 1.1 (this is what the HTTP_Adapter uses), the Host header field
is mandatory, see also: RFC 2616, section 14....
dexter
10:57 AM Core testing infrastructure Revision 8d8c48f9 (docker-playground): ttcn3-asterisk: Set Asterisk AMI IP address in Asterisk_Tests
The Asterisk_tests testsuite recently gained initial AMI support.
Configure it with the proper IP address.
Depends: ...
pespin
09:56 AM Core testing infrastructure Revision 3d815762 (osmo-ttcn3-hacks): sgsn: derive altsteps from f_routing_area_update()
Change-Id: I7d5ec9c42a37a5746c36745ac738fd77e1632675
Related: SYS#6603, OS#6294
fixeria
09:56 AM Core testing infrastructure Revision 1ee1edd2 (osmo-ttcn3-hacks): sgsn: fix unused param in f_routing_area_update()
Change-Id: I582b2836eba3188cfd4c640b1febbd25c50001e0
Related: SYS#6603, OS#6294
fixeria
09:56 AM Core testing infrastructure Revision fdde1684 (osmo-ttcn3-hacks): library: GTPv1C add ts_MM_ContextGSM
Change-Id: I483fdd0dee6e0ee92fcee798d8e85a80d1e0be8b
Related: SYS#6603, OS#6294
fixeria
09:56 AM Core testing infrastructure Revision 1e869a26 (osmo-ttcn3-hacks): library: cosmetic: fix code formatting
Change-Id: Ic87f6e8dcb8e507d21082f28217c015ff2e5204b
Related: SYS#6603, OS#6294
fixeria
09:07 AM Core testing infrastructure Revision 601b5cdd (osmo-ttcn3-hacks): Move f_str_split() Osmocom_VTY_Functions.ttcn -> Misc_Helpers.ttcn
This is quite a generic string handling function which fits better
in a generic utility file like Misc_Helpers.ttcn.
...
pespin
09:07 AM Core testing infrastructure Revision 830061d2 (osmo-ttcn3-hacks): Move f_strstr_count() Osmocom_VTY_Functions.ttcn -> Misc_Helpers.ttcn
This is quite a generic string handling function which fits better
in a generic utility file like Misc_Helpers.ttcn.
...
pespin
08:55 AM libosmo-netif Revision 05ff552f (libosmo-netif): stream_{cli,srv}: Add 'res' param to read_cb2
Notify user about read errors, similar to what is supported in the
earlier ofd cb backend of osmo_stream_cli/srv:
htt...
pespin
08:52 AM libosmo-netif Revision 01f33ec9 (libosmo-netif): tests/stream: Fix missing msgb_free()
Rework a bit the function to early free the rx msg when it is no longer
needed.
Change-Id: I7e7579175aa6a7c1c22eb3bc...
pespin

04/17/2024

02:31 PM libosmo-sccp + libosmo-sigtran Revision da7bc78c (libosmo-sccp): ss7_asp: Update osmo_stream read_cb2 functions to accommodate for new API param
libosmo-netif (not yet released) stream_{cli,srv} osmo_io read_cb API was
updated to provide read result status. Henc...
pespin
02:31 PM OsmoSTP Revision da7bc78c (libosmo-sccp): ss7_asp: Update osmo_stream read_cb2 functions to accommodate for new API param
libosmo-netif (not yet released) stream_{cli,srv} osmo_io read_cb API was
updated to provide read result status. Henc...
pespin
02:27 PM OsmoGGSN (former OpenGGSN) Revision 17684142 (osmo-ggsn): cosmetic changes
Change-Id: I1515a07bf39368d5c3f1528b4ea1c40cb0501c62 fixeria
02:27 PM OsmoGGSN (former OpenGGSN) Revision cedc540c (osmo-ggsn): fix NULL pointer dereference in gtp_sgsn_context_conf()
Change-Id: I79f8b0c44142469790693ab757ff88df1fdea1df fixeria
02:13 PM OsmoBSC Revision 9fb31c13 (osmo-bsc): cbsp_link.c: Update somo_stream read_cb2 functions to accommodate for new API param
libosmo-netif (not yet released) stream_{cli,srv} osmo_io read_cb API was
updated to provide read result status. Henc...
pespin
02:04 PM libosmo-sccp + libosmo-sigtran Revision ef237e18 (libosmo-sccp): Fix wrong string prefix in log line
Change-Id: Ifd16ff671d842ae90ec70c2e819a43174f3aa09a pespin
02:04 PM OsmoSTP Revision ef237e18 (libosmo-sccp): Fix wrong string prefix in log line
Change-Id: Ifd16ff671d842ae90ec70c2e819a43174f3aa09a pespin
12:24 PM libosmocore Bug #6437 (Feedback): osmo_io_ops segmentation_cb missing parameter holding state
RFC patch submitted here: https://gerrit.osmocom.org/c/libosmocore/+/36582 osmo_io: Add iofd param to segmentation_cb... pespin
12:21 PM libosmocore Bug #6437: osmo_io_ops segmentation_cb missing parameter holding state
We are anyway already breaking osmo_io_ops ABI with next upcoming release of libosmocore in several ways, eg from lib... pespin
12:19 PM libosmocore Bug #6437: osmo_io_ops segmentation_cb missing parameter holding state
libosmo-netif started using that cb in 0e7028f742dedefd9fccc2d5b26875fca4036f58, which means between 1.3.0 and 1.4.0 ... pespin
12:15 PM libosmocore Bug #6437 (Feedback): osmo_io_ops segmentation_cb missing parameter holding state
... pespin
11:53 AM libosmo-netif Revision a423e122 (libosmo-netif): stream: Define types for each API callback
The amount and complexity of callbacks is increasing over time.
Use typedefs to define each of them so that callbacks...
pespin
11:53 AM libosmo-netif Revision 554a4b2f (libosmo-netif): stream_cli: Remove unused write_cb field
Change-Id: I50bee754d01d8de01f4a25c14abf90275a1ac78e pespin
11:42 AM OsmoGGSN (former OpenGGSN) Revision c5ad113a (osmo-ggsn): WIP
Change-Id: Ia8d595095462c30a56b8a0b30c8d24632776e4cc daniel
11:42 AM OsmoGGSN (former OpenGGSN) Revision cbda8cb8 (osmo-ggsn): gtp: WIP SGSN Context Request/Response/Ack support
* SGSN Context Request parsing
* SGSN Context Response generation
* Link to libosmo-gsm
Change-Id: I3a5046b67f73a81e...
daniel
11:42 AM OsmoGGSN (former OpenGGSN) Revision 3c46927f (osmo-ggsn): gtp: Add function gtp_resp2() which takes flow label and tei
Change-Id: Id9ff95e0e2a10a22e65ecf42b2a2b06a0f2d1a45 daniel
11:42 AM OsmoGGSN (former OpenGGSN) Revision fa6b4afb (osmo-ggsn): gtp: Make peer addr const in gtp_req/gtp_resp
Change-Id: I955b82ba8022754c3d23979d5c55bb61233047b1 daniel
10:41 AM Core testing infrastructure Revision 6a5a4e4b (docker-playground): DONTMERGE
Change-Id: I2769f30aea65b69f7dc96212a7d869aa97a92d69 pespin

04/16/2024

07:32 PM OsmoBSC Revision d7afb434 (osmo-bsc): lb: Log name of unhandled sigtran primitive
Change-Id: I2d71fd347af404c025fc6b13e96f1964e685db05 pespin
07:32 PM OsmoBSC Revision 52fc88ff (osmo-bsc): cbsp_link.c: Update stream_cli read_cb2 functions to accommodate for new API param
libosmo-netif (not yet released) stream_cli osmo_io read_cb API was
updated to provide read result status. Hence, now...
pespin
07:03 PM Core testing infrastructure Revision a1d113ae (osmo-ttcn3-hacks): bsc: Early shutdown upon BSSMAP RESET-ACK timeout
Change-Id: I75e098d387562267d5851bc753e27e40186827ed pespin
06:43 PM libosmo-sccp + libosmo-sigtran Revision 7bf18b43 (libosmo-sccp): xua_asp_fsm: Fix 'Event AS_ASSIGNED not permitted'
The event case handling (ignore it) was added in a commit some time ago,
but it forgot to add it to the allstate_even...
pespin
06:43 PM OsmoSTP Revision 7bf18b43 (libosmo-sccp): xua_asp_fsm: Fix 'Event AS_ASSIGNED not permitted'
The event case handling (ignore it) was added in a commit some time ago,
but it forgot to add it to the allstate_even...
pespin
05:11 PM libosmo-netif Revision 211c15d5 (libosmo-netif): examples/ipa-stream-client: Fix memleaks in read_cb()
Change-Id: I86fc159d928fc7ebce2f771670c5a198c52f5fc0 pespin
04:08 PM Core testing infrastructure Revision fa2095bc (osmo-ttcn3-hacks): hnbgw: TC_hnb_register_duplicate: Fix 2nd HNB_REG_REQ containing different LAC
Change-Id: I7f5d8d8403211488966fc30bf4d82e894664df51 pespin
04:08 PM Core testing infrastructure Revision e9c6c7b9 (osmo-ttcn3-hacks): hnbgw: osmo-hnbgw.cfg: Update file to make it similar to the one in docker-playground
Change-Id: I02338c4bc43e04d47c92c484532fcc48edf0222d pespin
02:12 PM Core testing infrastructure Revision 6de89a5f (docker-playground): ttcn3-hnbgw: osmo-hnbgw.cfg: Enable color in log file
Change-Id: Iffd28619ca075e0cf870e10989cfced6096ca8d7 pespin
02:07 PM Core testing infrastructure Revision 3736d31f (docker-playground): ttcn3-hnbgw: osmo-hnbgw.cfg: Switch from deprecated 'mgcp' node to 'mgw'
Change-Id: Ie27dcae05fa719cd0eac9faa6e2fb6b63581ac28 pespin
11:58 AM Core testing infrastructure Revision b6be06a7 (osmo-ttcn3-hacks): hnbgw: Add new recent tests to expected-results.xml
Change-Id: I317773de2a38b37e5b8c7f12ff4be9c4a9b8fbce pespin
11:54 AM Core testing infrastructure Revision 0bdbcd68 (docker-playground): ttcn3-hnbgw: Set STATSVTY.CTRL_HOSTNAME to correct IP address
Also update osmo-hnbgw.cfg to configure statsd, as done in
osmo-ttcn3-hacks.git 904b5f1a56629b84f67807a75d5c0b356cc7d...
pespin
11:20 AM Core testing infrastructure Revision 76d2ce93 (docker-playground): ttcn3-asterisk: Configure AMI
Change-Id: I590d89e9173b0372611790d4178747e28a1215d1 pespin
11:06 AM Core testing infrastructure Revision 47384ba9 (osmo-ttcn3-hacks): ggsn: TC_gy_charging_volume_quota_threshold: Fix Gy Threshold/Quota expectancies
open5gs got the Gy Thresholds fixed recently
(e078b33f0c4d6f34d8991f8ad211dd2d9ea977a0).
AS shown in 3GPP TS 29.244 ...
pespin
10:54 AM Core testing infrastructure Revision 2c22a963 (docker-playground): ttcn3-hnbgw: Set new mp_local_statsd_ip module paramter to correct IP addr
Depends: osmo-ttcn3-hacks.git Change-Id I213173c99ec314c2eebfb8836c4d3467b3a7f818
Change-Id: I16cddef5833bf2abff0edb8...
pespin
10:42 AM Core testing infrastructure Revision 831cb69a (osmo-ttcn3-hacks): hnbgw: Provide proper params to set StatsD local ip/port
The StatsD init() function parameter names were misleading
(prefixed "dst_" while they are actualy "local_" ones).
As...
pespin
09:31 AM Core testing infrastructure Revision 4595d128 (docker-playground): DONTMERGE
Change-Id: I35c60e8a2772f4a9cfbed8922e92afd88c54a9d5 pespin
09:30 AM Core testing infrastructure Revision 07f583bf (docker-playground): ttcn3-asterisk: Set Asterisk AMI IP address in Asterisk_Tests
Change-Id: Ibb6af1cbfb652214b2fdd2a6eb9a4887c9a9cfb0 pespin

04/15/2024

03:18 PM Core testing infrastructure Revision f4ba2252 (osmo-ttcn3-hacks): msc: expect TC_attached_imsi_lu_unknown_tmsi to pass
The "VLR evil twin" problem has been fixed in osmo-msc.git:
https://gerrit.osmocom.org/c/osmo-msc/+/36452
https://cg...
fixeria
03:18 PM Core testing infrastructure Revision 06dec6b3 (osmo-ttcn3-hacks): msc: expand TC_lu_tmsi_noauth_notmsi
From running this test repeatedly, I noticed that osmo-msc's new patch
to avoid storing a TMSI may also trigger more ...
neels
03:18 PM Core testing infrastructure Revision a8a2c5e5 (osmo-ttcn3-hacks): msc: add TC_lu_tmsi_noauth_notmsi
Add test case for handling a LU by TMSI MI when 'no assign-tmsi' is
configured.
This test will pass from osmo-msc pa...
neels
03:18 PM Core testing infrastructure Revision 392de2d5 (osmo-ttcn3-hacks): msc: add mi arg to f_perform_lu()
Allow testing Location Updating by TMSI MI.
Prepares for TC_lu_tmsi_noauth_notmsi in
If10b9987395670b084ff8ad6d1f033...
neels
03:18 PM Core testing infrastructure Revision a250d7e9 (osmo-ttcn3-hacks): msc: allow f_verify_vty_lac_ci() to pass for CompL3 by TMSI MI
Obviously, when only a TMSI has been used, searching for an IMSI will
return no subscriber. Don't fail in that case w...
neels
03:18 PM Core testing infrastructure Revision 53f2be6b (osmo-ttcn3-hacks): msc: derive altsteps from f_expect_paging() and use them
Change-Id: Ia0e787fc376acec09e8985a63862872eb89b53a4 fixeria
03:18 PM Core testing infrastructure Revision eb81ca46 (osmo-ttcn3-hacks): msc: rework f_expect_paging(): handle mismatch and timeout
When a received Paging mismatches, instead of waiting for Tguard
timeout, fail immediately. Add a local timer and wa...
fixeria
03:18 PM Core testing infrastructure Revision 1af4b0f6 (osmo-ttcn3-hacks): msc: f_expect_paging(): fix by_tmsi arg
The by_tmsi argument so far had no effect. But I actually need exactly
this in upcoming MSC_Tests.TC_lu_tmsi_noauth_n...
neels
02:38 PM OsmoUPF Revision 77806ea8 (osmo-upf): manual: explain IP forwarding
Change-Id: I7b54f9203c1a77efd43f90b9a1c0105bc5c3efde neels
02:19 PM Core testing infrastructure Revision e55ec95c (docker-playground): ttcn3-asterisk: Configure AMI
Change-Id: I590d89e9173b0372611790d4178747e28a1215d1 pespin
12:49 PM osmo-ePDG - VoWifi Evolved Packet Data Gateway Bug #6361: open5gs-upfd: Fix open5gs package assigning 1st IP address of the UE pool to the ogstun
After change [1], open5gs should in theory properly identify difference between the subnet/pool of addresses and the ... pespin
08:55 AM Core testing infrastructure Revision c77743d5 (osmo-ttcn3-hacks): pcu: Update component diagram
The component architecture in PCU_Tests is quite complex to follow.
Update the diagram in order to make it easier for...
pespin
08:19 AM Core testing infrastructure Revision 2194146d (osmo-ci): jobs/osmocom-obs-sync: remove Ubuntu 20.04
We build binary packages for the last 2 LTS versions of Ubuntu, so
remove 20.04.
Related: https://osmocom.org/projec...
osmith
08:06 AM Cellular Network Infrastructure Binary package feeds for Ubuntu 24.04
The Osmocom project is now offering binary package feeds for the upcoming Ubuntu 24.04 release, for both:
* [[Latest...
osmith

04/14/2024

01:10 PM Core testing infrastructure Revision d076e935 (osmo-ttcn3-hacks): ran-emu: allow receiving Paging without a TMSI
Fix access of non-present tMSI.* if tMSI == omit, allowing to match
incoming Paging with a UnitData receiver that has...
neels

04/13/2024

04:32 PM OsmoPCU Bug #6436 (New): high cpu usage, entire BTS unresponsive after some hours
osmo-pcu, from 2017-testing (+ all libs also) can become unresponsive after some (currently unknown time)... keith
04:26 PM Core testing infrastructure Revision 904b5f1a (osmo-ttcn3-hacks): hnbgw: Implement validation of [some] counters
Let's use the StatsD_Checker to verify that counters increment when
we expect them to.
Change-Id: Ib0e2dd23802b18f4b...
laforge
04:26 PM Core testing infrastructure Revision 7a9e7964 (osmo-ttcn3-hacks): hnbgw: Use iddentical LAC/RAC/SAC values
Let's not use different values on RANAP and HNBAP, but derive on from
the other.
Change-Id: If4d82dc350c072e3528097d...
laforge
04:26 PM Core testing infrastructure Revision f95ab2d0 (osmo-ttcn3-hacks): hnbgw: Test normal and abnormal RAB release
Change-Id: I7b57d4f9bd39820829ae9d52ae6e2f098e75de71 laforge
04:26 PM Core testing infrastructure Revision 1818834e (osmo-ttcn3-hacks): hnbgw: Use "NAS/Normal" as default release cause
We shouldn't run all of our tests with a rather exotic release
cause value (O&M intervention) but assume a normal/ord...
laforge
04:26 PM Core testing infrastructure Revision 0d4a843f (osmo-ttcn3-hacks): hnbgw: Make RAB release cause configurable
Change-Id: Ie072dafbc3378739d41411632e33a8a1ec1ed572 laforge
12:54 AM OsmoUPF Revision 60cbef58 (osmo-upf): manual: explain GTP Echo workaround for tunmap
Change-Id: Ic824fc876d1fad181254cb6894e51464c443b53c neels
12:54 AM OsmoUPF Revision 8ec18719 (osmo-upf): manual: 'Running': tweak word, fix ws at line end
Change-Id: Id9a4d2d75f86a252df0da6e7e0ae5ab47e8a7bf9 neels

04/12/2024

07:53 PM OsmoPCU Revision 75727403 (osmopcu): doc: Introduce code architecture section with main class diagram
This is useful to understand the data model in a quick gasp.
Change-Id: Ibf6dd6f7e4d6370ad40733820faa70f9e5bc0e7d
pespin
03:50 PM OsmoPCU Revision f0a654cc (osmopcu): tbf_ul.h: Mark empty param list as void
While at it, fix wrong whitespace indentation in one of the lines.
Change-Id: I2a9213a9fdbe0f4b70d820c449dbb71539a733ce
pespin
03:13 PM OsmoPCU Revision d93f051b (osmopcu): 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: Ibbc59a0584ee0cd83de0e04eebdcca2ae...
pespin
12:44 PM OsmoPCU Revision eeeaa072 (osmopcu): bts: Drop no-longer existing GprsMsStorage reference
This struct was removed (merged into gprs_rlcmac_bts) in commit
eb0a0527e0a720fa9b0e351b5b38a8e46cb286e5.
Change-Id:...
pespin
12:05 PM OsmoPCU Revision 1e4519e7 (osmopcu): README.md: Remove 'multi-slot ul tbf' line from 'Current Limitations'
This feature was implemented in commit
ed2afa3bed4c1b7a2bffae6be7df881de4f976e7, ~3 years ago.
Change-Id: I9abe54f28...
pespin
08:54 AM Core testing infrastructure Revision 6a833623 (osmo-ci): jobs/osmocom-obs-sync: add Ubuntu 24.04
Change-Id: I79a6fe1fb65a7245ab38674764953468fab91d6b osmith

04/11/2024

06:09 PM Cellular Network Infrastructure Bug #5043 (Resolved): CNI overview diagram lacks osmo-cbc and osmo-smlc
ups, was late... but still faster than SABP implementation :-) steviehs
04:47 PM OsmoPCU Bug #6179 (Closed): ASSERT in st_wait_release
Let's just close it. It's too old to figure out now where we are. keith
10:59 AM OsmoPCU Bug #6179: ASSERT in st_wait_release
@keith did you manage to update your osmo-pcu? did you run over this since the update? Can the ticket be closed? pespin
10:58 AM OsmoPCU Bug #6359 (Resolved): TbfTest: sporadic SEGV in
Merged a few days ago, closing. pespin
08:54 AM Core testing infrastructure Revision 32167d80 (osmo-ttcn3-hacks): asterisk: Introduce tests TC_internal_call_all_*registered
Related: SYS#6782
Change-Id: Id06dedb3aac4f31f06281661391bf50640f6369a
pespin

04/10/2024

02:08 PM Core testing infrastructure Revision 9b423e77 (osmo-ttcn3-hacks): WIP: IPAd_Tests: add testsuite for an eIM
Change-Id: Iba72ee00d10aba7831feedadacd943bf943de53e
Related: SYS#6824
dexter
02:08 PM Core testing infrastructure Revision 8809ee21 (osmo-ttcn3-hacks): ipad: add an extra certificate+bundle for host "testsuite"
Change-Id: I2d4ba8b710b9cf518b90c7f7acc8982350705531 dexter
02:08 PM Core testing infrastructure Revision f08c74ad (osmo-ttcn3-hacks): IPAd_Tests: add testsuite for an IPAd
With this patch we add a testsuite that can be used to test an IPAd
implementation.
The testsuite emulates the ESipa...
dexter
02:08 PM Core testing infrastructure Revision 6d3ada67 (osmo-ttcn3-hacks): SGP32Definitions_Templates: add new set of templates to support rollback
This patch adds a number of templates that are needed to test profile
rollback.
Related: SYS#6563
Change-Id: I6db76a...
dexter
02:08 PM Core testing infrastructure Revision 187ea4c2 (osmo-ttcn3-hacks): SGP32Definitions_Templates: add template tr_provideEimPackageResult_ePRAndNotif
Add a new template to verify the provideEimPackageResult request (ESipa)
from the IPAd
Related: SYS#6563
Change-Id: ...
dexter
02:08 PM Core testing infrastructure Revision 6aea209e (osmo-ttcn3-hacks): SGP32Definitions_Templates: rename tx_provideEimPackageResultResponse
The template tr_provideEimPackageResultResponse and ts_provideEimPackageResultResponse
should be renamed to tr_provid...
dexter
02:08 PM Core testing infrastructure Revision 55cff1b0 (osmo-ttcn3-hacks): SGP32Definitions_Templates: use enable instead of configureAutoEnable PSMO
The "enable" psmo is a more common example than the configureAutoEnable
PSMO.
Related: SYS#6563
Change-Id: Ia364d5f6...
dexter
02:08 PM Core testing infrastructure Revision 51723707 (osmo-ttcn3-hacks): SGP32Definitions_Templates: remove unrelated template parameter
The template parameter eimFqdn is not relevant for this kind of
template.
Change-Id: I365fe15a22a98ced5c6a5d13b2700d...
dexter
02:08 PM Core testing infrastructure Revision 9558d993 (osmo-ttcn3-hacks): SGP32Definitions_Templates: add missing new line at the endo of file
Related: SYS#6563
Change-Id: I0e7c3b514ba6569c3707ae20ed213591ca7d0e1c
dexter
02:06 PM Core testing infrastructure Revision 7eca9342 (osmo-ttcn3-hacks): HTTP_Adapter: Allow API users to enable/disable SSL
At the moment HTTP_Adapter has no option to enable SSL
Related: SYS#6824
Change-Id: I6487deea50cd9b4ed4905d9a3a78e00...
dexter
02:06 PM Core testing infrastructure Revision 7546d93a (osmo-ttcn3-hacks): HTTP_Adapter: allow body to be "omit"
In HTTP not all requests have a body. At the moment we describe a
missing body with body := "". This is not 100% corr...
dexter
02:06 PM Core testing infrastructure Revision 5a89778f (osmo-ttcn3-hacks): HTTP_Adapter: allow API users to specifiy custom header
At the moment HTTP_Adapter can only make requests with a fixed
pre-defined HTTP header. However, some application may...
dexter
02:06 PM Core testing infrastructure Revision fb609fe0 (osmo-ttcn3-hacks): HTTP_Adapter: add HOST field to header lines.
In HTTP 1.1 (this is what the HTTP_Adapter uses), the Host header field
is mandatory, see also: RFC 2616, section 14....
dexter
12:02 PM Core testing infrastructure Revision 7011bf47 (osmo-ttcn3-hacks): asterisk: Introduce test TC_internal_call_momt
Lots of infrastructure added to allow call establishment and hang up
between 2 users connected to Asterisk.
SIP_Test...
pespin
11:37 AM Core testing infrastructure Revision e94a6483 (osmo-ttcn3-hacks): {SIP,Asterisk}_Tests: Mark all components alive
This fixes some dynamic errors occuring due to messages arriving while
tests is being torn down.
Change-Id: I6064207...
pespin
10:28 AM Core testing infrastructure Revision 44a4763b (osmo-ttcn3-hacks): pgw: Always expect local TEIC when receiving DeleteSessionResponse
open5gs-smfd is since recently acting properly and setting the proper
TEIC when sending GTPv2C messages for cases whe...
pespin

04/09/2024

03:41 AM libosmocore Revision c3e11bd4 (libosmocore): add utils/osmo-gsm-shark
Change-Id: Ifdfd261f776d9bf2bbfb0a584deac3e9a11bfe47 Neels Hofmeyr
03:41 AM libosmocore Revision 7dc6c4a3 (libosmocore): ctrl: counters: list all possible names in not-found response
Change-Id: I5e1d6bb2059fef2304868f415e1d664f2cf5d091 neels
03:41 AM libosmocore Revision 6fd874d5 (libosmocore): test timestamp formats
Change-Id: Ifb96e0af055c536cd3b14685812d8fd67d65cd2c neels
03:41 AM libosmocore Revision c71e1cf1 (libosmocore): logging: test timestamp formats
Show what timestamp formats we currently feature.
Upcoming patch Icbd5192ea835e24b12fe057cc1ab56e9572d75c0 adds a new...
neels
03:41 AM libosmocore Revision d8aeb3ed (libosmocore): logging: add 'logging timezone (localtime|utc)'
Add ability to print logging timestamps in UTC.
I want to test logging timestamps in vty transcript tests. To get
de...
neels
03:41 AM libosmocore Revision 94d946da (libosmocore): logging: add timestamp fmt 'date' = 2018-01-16,01:44:34.681
Add 'date' to 'logging print timestamp (none|date|date-packed|ctime)'
The idea is to have these date formats:
date...
Neels Hofmeyr
03:41 AM libosmocore Revision daa73103 (libosmocore): test new timestamp vty
Change-Id: Ie1021a67c6cabfaa077471a6fc2954b8e90b57f2 neels
03:41 AM libosmocore Revision b4a3a47b (libosmocore): logging vty: add 'logging print timestamp', deprecate other timestamp cmds
Deprecate previous logging timestamp config commands:
logging timestamp (0|1)
logging print extended-timestamp (...
Neels Hofmeyr
03:41 AM libosmocore Revision 346bf529 (libosmocore): logging: use enum to set timestamp format
In preparation of adding a new timestamp format, refactor to use an enum to
pick the timestamp style.
Introduce log_...
Neels Hofmeyr
03:41 AM libosmocore Revision 56f67485 (libosmocore): logging_vty.c: rename static function
Rename 'logging_prnt_timestamp_cmd' to
logging_timestamp_cmd
to better match its VTY name:
'logging timestamp (0|1...
neels
03:38 AM libosmocore Revision 5c75d7e8 (libosmocore): add API logging_vty_subsys_strip_leading_char()
Allow an application to use subsystem names without a leading 'D'. With
this patch, a program can:
- remove the 'D' f...
neels
03:33 AM libosmocore Revision 06d1418b (libosmocore): todo-release
Change-Id: I6c63dddaa95f2fa59af86d4df6e172627515b470 neels
03:33 AM libosmocore Revision 5905e6f6 (libosmocore): formalize log subsys stripping for vty
In osmocom, we historically have a leading 'D' in all of our logging
subsystem names -- not only in the enum entry na...
neels
03:33 AM libosmocore Revision a61e26e4 (libosmocore): add osmo_stats_report_lock api
Allow multi-threaded access to reported stats:
- enable use of a stats mutex with osmo_stats_report_use_lock(true).
-...
neels

04/08/2024

07:34 PM Core testing infrastructure Revision 6331f5c0 (osmo-ttcn3-hacks): SIP_Emulation: Match empty port as default port 5060
Change-Id: I8415571a5bdc99e8cc007bb4b57bcb73b7afd4fb pespin
07:02 PM Core testing infrastructure Revision 0169e603 (osmo-ttcn3-hacks): SIP_Emulation: Fix SIPEM_register when several conns are active
"Dynamic test case error: Port CLIENT_PROC has more than one active
connections. Message can be sent on it only with ...
pespin
06:55 PM osmo-ePDG - VoWifi Evolved Packet Data Gateway Bug #6435 (In Progress): epdg: fix inter-UE traffic
Currently traffic from 1 UE to another UE on the same epdg is blocked by the firewall.
The root cause is that the tr...
lynxis
04:17 PM Core testing infrastructure Revision 65dde839 (osmo-ttcn3-hacks): library/SIP_Templates: Fix wrong method name in tr_SIP_REGISTER
Change-Id: Ieec2124417a3294cfb469180f44285e880a46177 pespin
03:36 PM Core testing infrastructure Revision 05eaa1a5 (osmo-ttcn3-hacks): asterisk: Implement and test SIP Digest Authorization
Related: SYS#6782
Change-Id: Ib469f1906927a3f246876040086ff115fbf4c032
pespin

04/07/2024

11:39 PM libosmocore Revision aa38365c (libosmocore): todo-release
Change-Id: I6c63dddaa95f2fa59af86d4df6e172627515b470 neels
11:35 PM libosmocore Revision c91ebe67 (libosmocore): add osmo_stats_report_lock api
Allow multi-threaded access to reported stats:
- enable use of a stats mutex with osmo_stats_report_use_lock(true).
-...
neels
10:40 PM Retronetworking Feature #5768: retronetworking logo / artwork
Personally I do like the push-button telephone on top of a modem icon. I'd like to have that icon + 'retronetworking'... eloy
07:42 PM rtl-sdr Revision 7ebcb041 (rtl-sdr): lib: set SOVERSION back to 0
When the version was incremented to 2.0.0, this resulted
in the SOVERSION being set to 2, indicating an ABI change,
w...
steve-m
09:07 AM E1/T1 Hardware Interface (including icE1usb) Support #6434: D-channel do not recover after underrun
On Thu, Apr 04, 2024 at 06:50:48PM +0000, pfassberg wrote:
> The two units I use are in locations where there is no G...
laforge

04/06/2024

05:47 PM Core testing infrastructure Revision 727e0201 (osmo-ttcn3-hacks): pgw: Always expect local TEIC when receiving DeleteSessionResponse
open5gs-smfd is since recently acting properly and setting the proper
TEIC when sending GTPv2C messages for cases whe...
pespin
05:06 PM Core testing infrastructure Revision 62c91b64 (docker-playground): DONTMERGE
Change-Id: I2769f30aea65b69f7dc96212a7d869aa97a92d69 pespin
03:13 AM OsmoBSC Revision 91a6e50d (osmo-bsc): VTY: fix config indentation for pcu-socket params
osmo-bsc would not start with a config written from the vty due
to incorrect identation on the pcu-socket parameters....
keith
03:04 AM OsmoBSC Revision 073baefa (osmo-bsc): use X6 timer for REL ACK, not T3111
The lchan FSM timers were originally implemented to model earlier code
as closely as possible. Now it has come up tha...
neels
02:55 AM osmo-sip-connector Revision e9587193 (osmo-sip-connector): sdp_get_sdp_mode(): fix wrong return value
Change-Id: Id27eb82a018293cf54d068877dc222e1c7eab253 neels
02:54 AM osmo-sip-connector Revision f105e49c (osmo-sip-connector): drop misleading error message
call_sip_create() returns NULL only when memory allocation failed. Do
not log "No supported codec", just assert that ...
neels
02:54 AM osmo-sip-connector Revision d6c55f83 (osmo-sip-connector): forward SDP between SIP and MNCC
We have added support for sending SDP via MNCC a long time ago, but so
far the SDP section remained empty. Now, imple...
Neels Hofmeyr

04/05/2024

10:39 PM Core testing infrastructure Revision d5674c41 (osmo-ttcn3-hacks): sgsn: add testcases for SGSN Context Request procedure
Change-Id: If71de10897a8a9f6612cd46c760cd89c0299ac2c
Related: SYS#6603, OS#6294
fixeria
10:39 PM Core testing infrastructure Revision d65846c6 (osmo-ttcn3-hacks): sgsn: derive altsteps from f_routing_area_update()
Change-Id: I7d5ec9c42a37a5746c36745ac738fd77e1632675
Related: SYS#6603, OS#6294
fixeria
10:39 PM Core testing infrastructure Revision 726fd7fa (osmo-ttcn3-hacks): sgsn: fix unused param in f_routing_area_update()
Change-Id: I582b2836eba3188cfd4c640b1febbd25c50001e0
Related: SYS#6603, OS#6294
fixeria
10:39 PM Core testing infrastructure Revision 6ef94bc2 (osmo-ttcn3-hacks): library: GTPv1C add ts_MM_ContextGSM
Change-Id: I483fdd0dee6e0ee92fcee798d8e85a80d1e0be8b
Related: SYS#6603, OS#6294
fixeria
10:39 PM Core testing infrastructure Revision bcb59e62 (osmo-ttcn3-hacks): library: cosmetic: fix code formatting
Change-Id: Ic87f6e8dcb8e507d21082f28217c015ff2e5204b
Related: SYS#6603, OS#6294
fixeria
07:10 PM Core testing infrastructure Revision b554cc7f (osmo-ttcn3-hacks): WIP
Change-Id: Ib469f1906927a3f246876040086ff115fbf4c032 pespin
02:28 PM Core testing infrastructure Revision bf643370 (docker-playground): debian-bookworm-obs-latest: add build user
Copy the block for configuring the build user and disabling man pages
from debian-bookworm-build. This fixes failures...
osmith
02:28 PM Core testing infrastructure Revision 59ca7d5f (docker-playground): {open5gs,osmo-uecups}-latest: don't hardcode UID
Adjust open5gs-latest and osmo-uecups-latest to not hardcode a UID. This
is in preparation for creating a "build" use...
osmith
02:26 PM Core testing infrastructure Revision 95058fd7 (osmo-ttcn3-hacks): asterisk: Add missing 0-digit prefix in user
Change-Id: Ia12552cf70c4c0f2c71cd9d5b70c608c883fb170 pespin
02:11 PM Core testing infrastructure Revision d8f4c580 (osmo-ttcn3-hacks): WIP
Change-Id: I12ce55a6ba20ec5d0e17d8e225a002b391dc5285 pespin
11:59 AM Core testing infrastructure Revision d55fa867 (docker-playground): debian-bookworm-obs-latest: add build user
Copy the block for configuring the build user and disabling man pages
from debian-bookworm-build. This fixes failures...
osmith
11:59 AM Core testing infrastructure Revision 17bb2c00 (docker-playground): {open5gs,osmo-uecups}-latest: don't hardcode UID
Adjust open5gs-latest and osmo-uecups-latest to not hardcode a UID. This
is in preparation for creating a "build" use...
osmith

04/04/2024

11:11 PM OsmoHNBGW Bug #6433: DLGLOBAL ERROR counter group 'hnb' already exists for index 0, instead using index 1. This is a software bug that needs fixing. (rate_ctr.c:221)
I see, it seems a good idea to just drop that error log?
It seems a valid use case to just pass 0 and let rate_ctrs f...
neels
12:53 AM OsmoHNBGW Bug #6433: DLGLOBAL ERROR counter group 'hnb' already exists for index 0, instead using index 1. This is a software bug that needs fixing. (rate_ctr.c:221)
While we were discussing the counters, I was advised that the modern way to do this is to use the related _set_name f... laforge
10:42 PM OsmoBSC Revision 407cebf8 (osmo-bsc): recover BORKEN lchans for missing ACK scenarios
We already recover broken lchans where an ACTIV ACK or REL ACK arrives
late. Now add a recovery path for lchans that ...
osmith
10:26 PM OsmoBSC Revision ac1085c0 (osmo-bsc): Prevent ASSERT in lcls FSM and handle states better.
ST_NO_LONGER_LS has APPLY_CFG_CSC in the in_event_mask,
but the action function does not handle it and therefore
ASSE...
keith
06:50 PM E1/T1 Hardware Interface (including icE1usb) Support #6434 (New): D-channel do not recover after underrun
The two units I use are in locations where there is no GNSS coverage.
After some hours of operation there is 7500 ...
pfassberg
06:34 PM OsmoMGW Revision 78a93c37 (osmo-mgw): mgcp_test: fix false negatives in test output
If one test fails, do not print failure for all following tests as well.
Change-Id: I196880b4b34a672ef45042c25f89bc1...
neels
06:31 PM OsmoMGW Revision 9c0a947d (osmo-mgw): mgcp-client: Transmit remote IP addr in CRCX if known and port=0
A client may know the IP address during CRCX but not yet the port, or it
may simply want to hint an initial IP addres...
pespin
06:30 PM OsmoMGW Revision da96001e (osmo-mgw): mgcp_parse_audio_port_pt(): fix buffer overflow
Change-Id: I18c78d15eb1593f404b4741248225b68878b463f neels
06:24 PM OsmoMGW Revision fd7c6721 (osmo-mgw): mgw: do not fail MGCP on codec mismatch
Before this patch, when an CRCX+MDCX wants to set a codec list that has
no match with the codecs for the other conn o...
neels
09:59 AM Core testing infrastructure Revision a307c7df (osmo-ci): jobs/gerrit,master: osmo-hnbgw: add nftables var
Build with and without nftables.
Related: OS#6425
Change-Id: I9828b70708dbe466c37df6ffb87b04362f14c71c
osmith
08:52 AM Core testing infrastructure Revision 2a8bd2b6 (docker-playground): debian-bookworm-build: add libnftnl-dev
For osmo-hnbgw, osmo-upf.
Related: OS#6425
Change-Id: I5fdaa634d12bc6c8643c130a43d30e840890d572
osmith
03:44 AM libosmocore Revision 07103f22 (libosmocore): add utils/osmo-gsm-shark
Change-Id: Ifdfd261f776d9bf2bbfb0a584deac3e9a11bfe47 Neels Hofmeyr
03:44 AM libosmocore Revision 40273f88 (libosmocore): add osmo_stats_report_lock api
Change-Id: Ib335bea7d2a440ca284e6c439066f96456bf2c2d neels
01:36 AM OCTOI - Osmocom Community TDM over IP Bug #6305 (Resolved): Routing entries on divf not matched
assuming this is resolved by now, as it wasn't coming up during the RetroNetCall last night. laforge
01:35 AM OCTOI - Osmocom Community TDM over IP Bug #6429 (Resolved): DIVF talks IAX to itself on certain calls, dropping Bearer Capability
This has been addressed during todays [[retronetworking:RetroNetCall]].
The problem was that we did not recognize ...
laforge
12:53 AM OsmoHNBGW Bug #6431: (coverity) uninitialized asn.1 state / overwriting asn.1 state in HNBAP
unassigning from me, I'll unlikely have time to work on this for months to come laforge
12:48 AM Core testing infrastructure Revision f60044d4 (osmo-ttcn3-hacks): hnbgw: Add TC_ue_register_tmsi_lai for UE Registration without IMSI
Change-Id: I1712a3db791c07767eba10fcea3ce15b898670df laforge

04/03/2024

11:06 PM OsmoHNBGW Bug #6433 (New): DLGLOBAL ERROR counter group 'hnb' already exists for index 0, instead using index 1. This is a software bug that needs fixing. (rate_ctr.c:221)
hnb_persistent_alloc() always passes index 0 to rate_ctr_group_alloc(),
causing the error log on each new HNB attach...
neels
10:25 PM OsmoHNBGW Bug #6431: (coverity) uninitialized asn.1 state / overwriting asn.1 state in HNBAP
unless somebody has a better idea and deeper understanding of the inner workings of libasn1c with regard to those _as... laforge
06:26 PM OsmoHNBGW Bug #6431 (New): (coverity) uninitialized asn.1 state / overwriting asn.1 state in HNBAP
Recent patch improves HNBAP error reporting. https://gerrit.osmocom.org/c/osmo-hnbgw/+/36479
But coverity complains ...
neels
06:56 PM OsmoMSC Revision c19f8fe9 (osmo-msc): fixup for re-est: do not succeed on acceptance fail
Fix a bug introduced in commit
implement CM Re-Establish for voice calls
ae98b97382285420ba81549bc874b9fea5e7daa9
...
neels
06:49 PM OsmoMSC Bug #6426: ttcn3-msc-test: TC_mm_id_resp_no_identity fails sporadically
fixeria wrote in #note-3:
> We should ideally fix osmo-msc to react on malformed @MM Identity Response@ immediately....
neels
06:25 PM Cellular Network Infrastructure Bug #6411 (Stalled): ttcn3: execute testsuites with a more realistic link performance
fixeria
06:24 PM Core testing infrastructure Revision 07ddc2fd (osmo-ttcn3-hacks): WIP
Change-Id: Ib469f1906927a3f246876040086ff115fbf4c032 pespin
03:35 PM Cellular Network Infrastructure Bug #6428 (Resolved): date in osmo-* manuals seems odd
osmith
03:31 PM Cellular Network Infrastructure Bug #6428 (In Progress): date in osmo-* manuals seems odd
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/36518 osmith
03:32 PM Core testing infrastructure Revision afd9d56e (osmo-ci): checkpatch: recognize json_array_foreach etc.
Treat json_array_foreach, json_object_foreach, json_object_foreach_safe
etc. the same as if, while, for, switch, and ...
osmith
03:31 PM libosmocore Revision 8819bd91 (osmo-gsm-manuals): Cosmetic: build/Makefile.asciidoc: remove comments
Remove some commented out code for renaming pdfs that we don't use, and
that is probably broken.
Change-Id: Ibfe9580...
osmith
03:31 PM libosmocore Revision 9ff6ddaa (osmo-gsm-manuals): build/Makefile.asciidoc: fix GIT_DATE
Omit the "../." parameter from git log. This is legacy from when all
manuals were in the osmo-gsm-manuals.git reposit...
osmith
12:59 PM Core testing infrastructure Revision 03652ef0 (osmo-ttcn3-hacks): ipad: add an extra certificate+bundle for host "testsuite"
Change-Id: I2d4ba8b710b9cf518b90c7f7acc8982350705531 dexter
12:59 PM Core testing infrastructure Revision 1e3d26b8 (osmo-ttcn3-hacks): WIP: IPAd_Tests: add testsuite for an eIM
Change-Id: Iba72ee00d10aba7831feedadacd943bf943de53e
Related: SYS#6824
dexter
12:59 PM Core testing infrastructure Revision c38b5bfc (osmo-ttcn3-hacks): IPAd_Tests: add testsuite for an IPAd
With this patch we add a testsuite that can be used to test an IPAd
implementation.
The testsuite emulates the ESipa...
dexter
12:47 PM Core testing infrastructure Revision 21f0ef68 (osmo-ttcn3-hacks): HTTP_Adapter: Allow API users to enable/disable SSL
At the moment HTTP_Adapter has no option to enable SSL
Related: SYS#6824
Change-Id: I6487deea50cd9b4ed4905d9a3a78e00...
dexter
12:47 PM Core testing infrastructure Revision ee6dfce9 (osmo-ttcn3-hacks): HTTP_Adapter: allow body to be "omit"
In HTTP not all requests have a body. At the moment we describe a
missing body with body := "". This is not 100% corr...
dexter
12:47 PM Core testing infrastructure Revision 160b5815 (osmo-ttcn3-hacks): HTTP_Adapter: allow API users to specifiy custom header
At the moment HTTP_Adapter can only make requests with a fixed
pre-defined HTTP header. However, some application may...
dexter
12:47 PM Core testing infrastructure Revision 5614e09e (osmo-ttcn3-hacks): HTTP_Adapter: add HOST field to header lines.
In HTTP 1.1 (this is what the HTTP_Adapter uses), the Host header field
is mandatory, see also: RFC 2616, section 14....
dexter
12:41 PM Core testing infrastructure Revision 5a48bfbe (docker-playground): scripts/kernel-test: build initrd+kernel as user
Refactor code to build the initramfs and kernel as user, instead of
running related code as root. Put the smoke_test....
osmith
12:41 PM Core testing infrastructure Revision 10e6a004 (docker-playground): scripts/kernel-test: put mknod commands in init.sh
Prepare to run the preparation without root rights.
Change-Id: I07648f058ca55515ffc7396598147a03dcfe7976
osmith
12:41 PM Core testing infrastructure Revision 363e268c (docker-playground): jenkins-common: fix_perms: chown files too
Ensure the user that runs docker owns files in cache and data dirs
during fix_perms, if an old job created them as ro...
osmith
12:41 PM Core testing infrastructure Revision c1056236 (docker-playground): kernel-test/kernel-build: update net-next branch
The branch of net-next is now called main. Update the default
KERNEL_BRANCH to main, as the default KERNEL_URL points...
osmith
12:41 PM Core testing infrastructure Revision ad154fc5 (docker-playground): scripts/kernel-test: do shallow fetch
Instead of fetching the entire history, only fetch the most recent
commit.
Change-Id: I92d90c1451ff6abff2df3b1318b51...
osmith
12:20 PM Core testing infrastructure Revision 29a41d38 (osmo-ci): ttcn3-ggsn-test-kernel-latest-net-next: update net-next branch
The branch of net-next is now called main. By using the old name, the
jenkins job was checking out a 6.3 kernel, we a...
osmith
12:20 PM Core testing infrastructure Revision ebf4df32 (osmo-ci): jobs/ttcn3: …-pablo-gtp: don't wipe workspace
The ttcn3-ggsn-test-kernel-* jobs should not wipe their workspace, so we
can avoid shallow-cloning the kernel if the ...
osmith
12:04 PM libosmo-abis Bug #6375: default TCP user timeout is way too low
Update for OE: https://gerrit.osmocom.org/c/meta-telephony/+/36517 osmith
11:57 AM Core testing infrastructure Bug #6430 (Resolved): "distcheck" suddenly fails for gerrit-pysim on jenkins slaves
osmith
11:44 AM Core testing infrastructure Bug #6430: "distcheck" suddenly fails for gerrit-pysim on jenkins slaves
> So the problem is that the osmocom-gerrit machine does not have the virtualenv package.
https://gerrit.osmocom.o...
osmith
11:38 AM Core testing infrastructure Bug #6430: "distcheck" suddenly fails for gerrit-pysim on jenkins slaves
osmith wrote in #note-1:
> regression from https://gerrit.osmocom.org/c/pysim/+/36383 apparently, looking into it
...
fixeria
10:59 AM Core testing infrastructure Bug #6430 (In Progress): "distcheck" suddenly fails for gerrit-pysim on jenkins slaves
regression from https://gerrit.osmocom.org/c/pysim/+/36383 apparently, looking into it osmith
10:54 AM Core testing infrastructure Bug #6430 (Resolved): "distcheck" suddenly fails for gerrit-pysim on jenkins slaves
https://jenkins.osmocom.org/jenkins/job/gerrit-pysim-build/JOB_TYPE=distcheck,a1=default,a3=default,a4=default,label=... laforge
11:40 AM Core testing infrastructure Revision 2af9f167 (docker-playground): debian-bookworm-build: add virtualenv
Fixes: OS#6430
Change-Id: I5d087b8edb9e77a5226df9e4f55e04480eea45dd
osmith
07:53 AM Core testing infrastructure Revision 3c88c359 (osmo-ttcn3-hacks): msc: fix race condition in TC_mm_id_resp_no_identity
This testcase is failing sporadically ever since it was introduced
back in 2019, during 36C3. The problem is that os...
fixeria
01:43 AM OCTOI - Osmocom Community TDM over IP Bug #6429 (Resolved): DIVF talks IAX to itself on certain calls, dropping Bearer Capability
Hairpin call cquirin to cquirin 493013285587
cquirin asterisk sends:
[2024-04-02 19:13:39] PRI Span: 1 > DL-DAT...
cquirin
12:23 AM OsmoMSC Bug #6414: ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
> All patches have been merged, the problem is resolved \o/.
\o/
suggestion: OsmoDevCon shirt with just the word 're...
neels

04/02/2024

10:49 PM pySim Revision 1d1ba8e4 (pysim): esim.esp2: Allow HTTP methods other than POST
While all official/standardized ES2+ API functions use POST, there
are some vendor-specific extensions using differen...
laforge
10:49 PM pySim Revision b2b29cfe (pysim): esim.es2p: Permit ApiParamInteger to be an actual integer
Usually, the specifications say that the integer type is actually
transmitted as a JSON string type. However, it see...
laforge
08:22 PM Core testing infrastructure Revision af3e2168 (osmo-ttcn3-hacks): hnbgw: Introduce tests about UE registration
We didn't have any test coverage for HNBAP UE registration so far.
Let's start with two basic tests:
* normal / succ...
laforge
06:56 PM OsmoBSC Bug #6422: latest: BSC_Tests.TC_ctrl_location started fo fail on March 15th
I very briefly looked at the code and a bit to my surprise, the sccplite code is indeed using normal osmo_ss7.
The...
laforge
09:35 AM OsmoBSC Bug #6422: latest: BSC_Tests.TC_ctrl_location started fo fail on March 15th
fixeria wrote in #note-4:
> pespin wrote in #note-3:
> > tcp/ipa port 5000 is the emulated SCCPLite MSC.
>
> Yes...
pespin
05:53 PM Cellular Network Infrastructure Bug #6428 (Resolved): date in osmo-* manuals seems odd
As @fixeria recently noticed in another issue tracker:
https://downloads.osmocom.org/docs/osmo-hnbgw/master/osmohn...
laforge
05:40 PM OsmoMGW Revision 352b967d (osmo-mgw): Convert RTP/RTCP/OSMUX I/O from osmo_fd to osmo_io
Converting from osmo_fd to osmo_io allows us to switch to the new
io_uring backend and benefit from related performan...
laforge
03:01 PM OsmoMSC Bug #6427 (New): ttcn3-msc-test: TC_mo_ussd_for_unknown_trans fails sporadically
Similarly to TC_mm_id_resp_no_identity (see #6426), TC_mo_ussd_for_unknown_trans fails sporadically from time to time... fixeria
02:33 PM OsmoMSC Bug #6426 (Feedback): ttcn3-msc-test: TC_mm_id_resp_no_identity fails sporadically
We should ideally fix osmo-msc to react on malformed @MM Identity Response@ immediately. Here is some draft code:
...
fixeria
02:19 PM OsmoMSC Bug #6426: ttcn3-msc-test: TC_mm_id_resp_no_identity fails sporadically
Looking at the PCAP of a failing scenario (attached), I do see the @(MM) Location Updating Request@. However, it take... fixeria
02:10 PM OsmoMSC Bug #6426 (Feedback): ttcn3-msc-test: TC_mm_id_resp_no_identity fails sporadically
This testcase was contributed back in 2019 (during 36C3), as part of #4340. And ever since it's failing sporadically:... fixeria
02:01 PM Retronetworking 2024-04-03: RetroNetCall: DIVF dialplan debugging
We're happy to announce the next incarnation of [[RetroNetCall]], the retronetworking oriented spin-off of [[osmo-dev... laforge
11:32 AM Core testing infrastructure Revision a59c9257 (osmo-ci): jobs: ttcn3-testsuites.yml: Add job ttcn3-asterisk-ims-ue-test
Related: SYS#6782
Change-Id: I06de12224399bbddc27649b7d52a6194faec07c4
pespin
09:56 AM Core testing infrastructure Revision 5b232261 (osmo-ttcn3-hacks): asterisk: Add missing 0-digit prefix in user
Change-Id: Ia12552cf70c4c0f2c71cd9d5b70c608c883fb170 pespin
09:38 AM OsmoSGSN Feature #6139: test mobility between GERAN (OsmoPCU) and EUTRAN (Open5GS) end to end on real hardware
@keith It would be interesting to try it. The configuration shouldn't be a problem but we would certainly need a work... dexter
08:32 AM Core testing infrastructure Revision 882c26b0 (docker-playground): Introduce ttcn3-asterisk-ims-ue-test
This dockerized setup allows running the Asterisk_Tests ttcn3 testsuite
against Asterisk from the asterisk-master doc...
pespin
08:32 AM Core testing infrastructure Revision 08f91213 (docker-playground): Introduce asterisk-master docker image
This Docker image allows building and running Asterisk from git.
Default config is to build the sysmocom fork used to...
pespin
08:22 AM Core testing infrastructure Revision 37ee0ed8 (osmo-ttcn3-hacks): Introduce Asterisk_Tests testsuite
Add initial infrastructure to run tests against an Asterisk process.
An not-yet-finished draft test doing registratio...
pespin
08:22 AM Core testing infrastructure Revision fb34d863 (osmo-ttcn3-hacks): SIP_Templates: Rework templates to make them more extensible
The existing template system in SIP_Templates made it difficult to craft
specific templates, since it was usually ski...
pespin
08:22 AM Core testing infrastructure Revision 6052a342 (osmo-ttcn3-hacks): SIP: generate seq_nr within allowed range
Change-Id: Iea5f4568af1bd795db57d2b77e82d976edc9e337 pespin
06:28 AM OsmoSGSN Revision 01c588c6 (osmo-sgsn): Disable failing test
Far too complex to try to figure out what this is even trying to test
given that the logic of the code itself is not ...
keith
04:15 AM OsmoGGSN (former OpenGGSN) Revision e99fdbf0 (osmo-ggsn): Implement reserved IPv4 addresses for IMSIs
Allows maintaining, via the VTY, a list of IMSI -> IPv4
address mappings to ensure the GGSN always assigns
the same I...
keith
04:15 AM OsmoGGSN (former OpenGGSN) Revision cb18dbfb (osmo-ggsn): Implement ICMP response for inactive IP address.
Send ICMP Host Unreachable packets back on the tun device
in reponse to a packet received for an IP address that is
n...
keith
03:58 AM OsmoHLR Revision 6784ed14 (osmo-hlr): Split REJect cause by CN DOMAIN
Allow using a distinct Reject Cause for CS and PS Domain.
This breaks any existing config that defines custom reject...
keith
03:46 AM OsmoSGSN Revision 3e300826 (osmo-sgsn): Reject Update location using cause from the HLR
I'm not sure if there is any point in continuing when we
have a loc err cause that evaluate to EACCES in check_cause(...
keith

04/01/2024

08:19 PM OsmoSGSN Feature #6139: test mobility between GERAN (OsmoPCU) and EUTRAN (Open5GS) end to end on real hardware
@dexter Are you interesting in trying to do this at DevCon ? keith
04:18 PM OsmoMGW Revision 5d2a415f (osmo-mgw): fix possible NULL deref on early media
end.codec may be NULL, depending on whether a single matching codec
could be found or not, i.e. based on external inp...
neels
04:17 PM OsmoMGW Revision 0419d076 (osmo-mgw): mgcp_network: Improve err logging when rtp pkt from unexpected origin comes in
Change-Id: Id9b60395df667ae9898c23cbc2afe56ac7e8b0e5 pespin
04:15 PM OsmoMGW Revision 9f4ca774 (osmo-mgw): vty and log: also show local port for RTP conns
Before:
CONN: (1226/rtp, id:0xD94316AD, ip:127.0.0.2, rtp:2344 rtcp:2345)
After:
CONN: (1226/rtp C:D94316A...
keith
04:15 PM OsmoMGW Revision cdcd3bc3 (osmo-mgw): add mgcp_conn_rtp_type_names[]
First use in upcoming Ib89a6779e1d68c6600f00699d4303f6c0ee07132
Change-Id: If3d8bc68a3b26d3aa0ba7eedeab67b820889ed54
neels
04:51 AM OsmoMSC Revision a7123bab (osmo-msc): Increase sanity in smsq_take_next_sms()
Change-Id: I085d75472cf63709391b12f2fcf15ba9f67f64d0 keith
04:48 AM OsmoMSC Revision 1894aa33 (osmo-msc): Avoid rare NULL pointer in sms_submit_pending()
Change-Id: I2ea164bf540c96503ea543864ad2755e563a9d17 keith
04:48 AM OsmoMSC Revision 87c4f7d9 (osmo-msc): Add VTY command for SMS queue trigger holdoff
There are various places in the code that retrigger the SMS -> In Memory pending queue
mechanism. The default was to ...
keith
04:48 AM OsmoMSC Revision de18dec4 (osmo-msc): Reduce the amount of sms queue runs
Don't resumbit to the queue on MEM_EXCEEDED or on SMS_SMMA
Also, don't try to submit more pending SMS in sms_send_ne...
keith
04:48 AM OsmoMSC Revision b6cd4694 (osmo-msc): Use unix timestamps in the SMS db
There's really no need to convert to/from human readable
dateformat (YYYY-MM-DD HH:MM:SS) everytime we access a recor...
keith
04:48 AM OsmoMSC Revision 72998bf5 (osmo-msc): After RX of an SMPP Submit, send the SMS we just received.
Previously, after we have stored the new SMS in the db, we then
signalled the queue to run, but this is not good enou...
keith
04:48 AM OsmoMSC Revision b1d4445e (osmo-msc): Try to send all pending SMS for subscriber in sub_ready_for_sms()
Change-Id: I5a1360a7a18312836b96b6be761a53b7d0b17d02 keith
04:48 AM OsmoMSC Revision e31da891 (osmo-msc): Prioritise SMS with least number of delivery attempts
Change-Id: I20365f5cd1be8d032501a86b59074efa4a3bd09f keith
04:48 AM OsmoMSC Revision ebc7de51 (osmo-msc): Avoid UPDATE immediately followed by DELETE
There is no need to mark an SMS as sent before deleting it.
Avoid the extra database overhead involved in doing this....
keith
02:13 AM OsmoBSC Revision 541f8769 (osmo-bsc): Allow disabling SDCCH8 on DYN Chans
Change-Id: Ie1a4103ec78a0840c83ad72e7cd6a4a1fc758af9 keith
02:12 AM OsmoBSC Revision 2c556979 (osmo-bsc): attempt to catch a segfault: lchan pointing at stale conn
Change-Id: I47655da40a913d85d5bb5240a5e0ed95173f156e neels
01:36 AM OsmoBSC Revision 6c6ca445 (osmo-bsc): attempt to catch a segfault: lchan pointing at stale conn
Change-Id: I47655da40a913d85d5bb5240a5e0ed95173f156e neels
01:36 AM OsmoBSC Revision b8c92f7f (osmo-bsc): Allow disabling SDCCH8 on DYN Chans
Change-Id: Ie1a4103ec78a0840c83ad72e7cd6a4a1fc758af9 keith

03/31/2024

06:38 PM OsmoBTS Revision 65337b73 (osmo-bts): vty info: MS power levels in dBm are not negative
Change-Id: Ib928a1378bc00b8ccb0365e5536f010e1f8a3d43 keith
05:57 PM libosmo-sccp + libosmo-sigtran Revision 513e937a (libosmo-sccp): fix log_sctp_notification(): remove unused variable
This unused variable causes failures in Jenkins master build job.
Change-Id: Ifc563a7fe9006b6e412f1104cbc7e4d9b8ccae...
fixeria
05:57 PM OsmoSTP Revision 513e937a (libosmo-sccp): fix log_sctp_notification(): remove unused variable
This unused variable causes failures in Jenkins master build job.
Change-Id: Ifc563a7fe9006b6e412f1104cbc7e4d9b8ccae...
fixeria
05:04 AM OsmoBSC Bug #6422: latest: BSC_Tests.TC_ctrl_location started fo fail on March 15th
fixeria wrote in #note-4:
> The important detail here is that the testcase is failing for @-latest@, but passing for...
fixeria

03/30/2024

10:48 AM libosmo-sccp + libosmo-sigtran Revision 2c9ba16c (libosmo-sccp): ipa: Use pseudo-random number for SLS in IPA->M3UA direction
In Change-Id Ice7bab997b84cfed00c7d6d780c70f4e9fac6002 we introduced
code that would make the LSB of the file descrip...
laforge
10:48 AM OsmoSTP Revision 2c9ba16c (libosmo-sccp): ipa: Use pseudo-random number for SLS in IPA->M3UA direction
In Change-Id Ice7bab997b84cfed00c7d6d780c70f4e9fac6002 we introduced
code that would make the LSB of the file descrip...
laforge

03/29/2024

11:16 AM Core testing infrastructure Revision 3f216c5c (osmo-ttcn3-hacks): hnbgw: Qualify RAC/LAI/SAI to RANAP_IEs module
This is in preparation of importing HNBAP_IEs which introduces types of
the same name.
Change-Id: I2fb7ca8dfc2011c72...
laforge
11:16 AM Core testing infrastructure Revision d71d5969 (osmo-ttcn3-hacks): hnbgw: Rename f_hnbap_register to f_hnbap_hnb_register
There's HNB and UE registration; let's make clear which it is.
Change-Id: I171f0385389c5f50dc7ad28525deef396fff5fbf
laforge
11:02 AM OsmoBSC Bug #6422: latest: BSC_Tests.TC_ctrl_location started fo fail on March 15th
pespin wrote in #note-3:
> tcp/ipa port 5000 is the emulated SCCPLite MSC.
Yes, this is clear. This port number c...
fixeria
10:45 AM OsmoMSC Bug #6414 (Resolved): ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
All patches have been merged, the problem is resolved \o/.
https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn...
fixeria

03/28/2024

08:26 PM Core testing infrastructure Revision 411a5f0e (docker-playground): Introduce ttcn3-asterisk-ims-ue-test
This dockerized setup allows running the Asterisk_Tests ttcn3 testsuite
against Asterisk from the asterisk-master doc...
pespin
08:22 PM Core testing infrastructure Revision 7a5056cc (docker-playground): Introduce asterisk-master docker image
This Docker image allows building and running Asterisk from git.
Default config is to build the sysmocom fork used to...
pespin
08:19 PM Core testing infrastructure Revision a4e87ea6 (osmo-ttcn3-hacks): Introduce Asterisk_Tests testsuite
Add initial infrastructure to run tests against an Asterisk process.
An not-yet-finished draft test doing registratio...
pespin
08:16 PM Core testing infrastructure Revision f5de1e1a (osmo-ttcn3-hacks): SIP_Templates: Rework templates to make them more extensible
The existing template system in SIP_Templates made it difficult to craft
specific templates, since it was usually ski...
pespin
07:20 PM Core testing infrastructure Revision a662eb36 (osmo-ttcn3-hacks): SIP: generate seq_nr within allowed range
Change-Id: Iea5f4568af1bd795db57d2b77e82d976edc9e337 pespin
02:38 PM Core testing infrastructure Revision 7cecdeb5 (osmo-ttcn3-hacks): WIP: IPAd_Tests: add testsuite for an eIM
Change-Id: Iba72ee00d10aba7831feedadacd943bf943de53e
Related: SYS#6824
dexter
02:38 PM Core testing infrastructure Revision 9f9cd217 (osmo-ttcn3-hacks): IPAd_Tests: add testsuite for an IPAd
With this patch we add a testsuite that can be used to test an IPAd
implementation.
The testsuite emulates the ESipa...
dexter
02:38 PM Core testing infrastructure Revision c4ea3ab6 (osmo-ttcn3-hacks): HTTP_Adapter: Allow API users to enable/disable SSL
At the moment HTTP_Adapter has no option to enable SSL
Related: SYS#6824
Change-Id: I6487deea50cd9b4ed4905d9a3a78e00...
dexter
02:38 PM Core testing infrastructure Revision 895750db (osmo-ttcn3-hacks): HTTP_Adapter: allow body to be "omit"
In HTTP not all requests have a body. At the moment we describe a
missing body with body := "". This is not 100% corr...
dexter
02:38 PM Core testing infrastructure Revision 549a1f37 (osmo-ttcn3-hacks): HTTP_Adapter: allow API users to specifiy custom header
At the moment HTTP_Adapter can only make requests with a fixed
pre-defined HTTP header. However, some application may...
dexter
02:38 PM Core testing infrastructure Revision 4e0c0914 (osmo-ttcn3-hacks): HTTP_Adapter: add HOST field to header lines.
In HTTP 1.1 (this is what the HTTP_Adapter uses), the Host header field
is mandatory, see also: RFC 2616, section 14....
dexter
07:35 AM OsmoGGSN (former OpenGGSN) Bug #6423 (Resolved): GGSN_Tests regressions from build 1107 / February 29th onwards
> Some tests don't run in configurations they are supposed to run, I will look into it.
Actually that's not the ca...
osmith
03:06 AM OsmoMSC Revision 0cc03ca4 (osmo-msc): never page for TMSI with 'no assign-tmsi'
With 'no assign-tmsi', regard any TMSI as invalidated at the end of a
Location Updating procedure. Hence, avoid pagin...
neels
03:06 AM OsmoMSC Revision 2fd69e15 (osmo-msc): fix VLR evil twin on LU with unknown TMSI
When a subscriber first attaches by TMSI only, and later tells the IMSI
via ID Response, it may turn out that this IM...
neels
02:42 AM libosmocore Revision 1c249629 (libosmocore): sockaddr_str: add conversion to,from osmo_sockaddr
Add functions to pass struct osmo_sockaddr to the
osmo_sockaddr_str_{to,from}* API directly.
So far the interface to...
neels

03/27/2024

09:43 PM Core testing infrastructure Revision 9f40fef7 (docker-playground): ttcn3-bsc-test-sccplite: osmo-bsc.cfg: remove deprecated 'mgw remote-ip'
Change-Id: Ie322315dd1608636002d4003e5f8629925041476 fixeria
09:42 PM Core testing infrastructure Revision 0448871b (docker-playground): */osmo-bsc.cfg: BTS type 'sysmobts' (deprecated) -> osmo-bts
Change-Id: I98ea9e96d490473efbbe189842ed9f547060dc7d fixeria
09:16 PM Core testing infrastructure Revision 649eba04 (osmo-ttcn3-hacks): fix MGCP_Test.TC_one_crcx_loopback_rtp_implicit expectations
osmo-mgw should not respond to unknown peers. The test expected the
wrong thing, because of an old hack for 3G voice....
neels
08:43 PM libosmo-ranap Revision fc08927f (osmo-iuh): hnbap_common: Make error message more verbose (which type failed)
Change-Id: I3d263a2a50afbe1a2a99e52b16e983e0aae22edf laforge
08:43 PM OsmoHNBGW Revision fc08927f (osmo-iuh): hnbap_common: Make error message more verbose (which type failed)
Change-Id: I3d263a2a50afbe1a2a99e52b16e983e0aae22edf laforge
08:17 PM OsmoMGW Bug #6424: TC_one_crcx_loopback_rtp_implicit consistently failing in master, but passes on latest
> I'd need to dig deeper into this, but it may be that still in 3G (without hacks) you need to "accept" the incoming ... neels
12:04 PM OsmoMGW Bug #6424: TC_one_crcx_loopback_rtp_implicit consistently failing in master, but passes on latest
Hi @neels ,
I'd need to dig deeper into this, but it may be that still in 3G (without hacks) you need to "accept" ...
pespin
08:31 AM OsmoMGW Bug #6424 (In Progress): TC_one_crcx_loopback_rtp_implicit consistently failing in master, but passes on latest
neels wrote in #note-4:
modate a very questionable hack that happened to work for all the wrong reasons.
>
> My c...
laforge
01:01 AM OsmoMGW Bug #6424: TC_one_crcx_loopback_rtp_implicit consistently failing in master, but passes on latest
This test specifically tests whether osmo-mgw responds to an unknown remote address.
I think our agreement is that...
neels
06:53 PM Core testing infrastructure Revision bece0fd9 (osmo-ttcn3-hacks): WIP: Introduce asterisk testsuite
Change-Id: I598aeb9850de588ac3abcf254afe782bc3fe1667 pespin
06:30 PM Core testing infrastructure Revision 58482210 (docker-playground): WIP: asterisk
Change-Id: I5170eda2a3b5d809704e31ba7bce241817d715f2 pespin
05:14 PM Core testing infrastructure Revision f84b92da (docker-playground): DONTMERGE
Change-Id: I2769f30aea65b69f7dc96212a7d869aa97a92d69 pespin
02:15 PM OsmoBSC Bug #6422: latest: BSC_Tests.TC_ctrl_location started fo fail on March 15th
tcp/ipa port 5000 is the emulated SCCPLite MSC.
Nowadays and since a while ago, osmo-bsc-sccplite uses libosmo-scc...
pespin
01:46 PM E1/T1 Hardware Interface (including icE1usb) Support #6412: No alignment
Unfortunately a lot of xhci USB controller handle a lot of stuff in firmware and bugs are not rate, especially in iso... tnt
01:42 PM E1/T1 Hardware Interface (including icE1usb) Support #6412: No alignment
laforge wrote in #note-3:
> On Thu, Mar 21, 2024 at 02:04:37PM +0000, pfassberg wrote:
> > Unfortunately I get this...
pfassberg
12:35 PM OsmoTRX Revision c5f623f9 (osmo-trx): doc: Introduce documentation for osmo-trx-ipc and its IPC interface
Related: SYS#6861
Change-Id: Id6863731f9398720030b16efaaf559e05f2444ed
pespin
11:44 AM libosmo-ranap Revision c16281f5 (osmo-iuh): constify {hnbap_rua}_cause_str() argument
ranap_cause_str() already had a const input argument, but the
HNBAP and RUA equivalents for some reason had a non-con...
laforge
11:44 AM OsmoHNBGW Revision c16281f5 (osmo-iuh): constify {hnbap_rua}_cause_str() argument
ranap_cause_str() already had a const input argument, but the
HNBAP and RUA equivalents for some reason had a non-con...
laforge
10:45 AM Core testing infrastructure Revision b9b37c95 (osmo-ttcn3-hacks): WIP: IPAd_Tests: add testsuite for an eIM
Change-Id: Iba72ee00d10aba7831feedadacd943bf943de53e
Related: SYS#6824
dexter
10:45 AM Core testing infrastructure Revision dcc8d3c9 (osmo-ttcn3-hacks): IPAd_Tests: add testsuite for an IPAd
With this patch we add a testsuite that can be used to test an IPAd
implementation.
The testsuite emulates the ESipa...
dexter
10:45 AM Core testing infrastructure Revision e1f46f98 (osmo-ttcn3-hacks): HTTP_Adapter: Allow API users to enable/disable SSL
At the moment HTTP_Adapter has no option to enable SSL
Related: SYS#6824
Change-Id: I6487deea50cd9b4ed4905d9a3a78e00...
dexter
10:45 AM Core testing infrastructure Revision bf1258dd (osmo-ttcn3-hacks): HTTP_Adapter: allow body to be "omit"
In HTTP not all requests have a body. At the moment we describe a
missing body with body := "". This is not 100% corr...
dexter
10:45 AM Core testing infrastructure Revision 09f0fbf5 (osmo-ttcn3-hacks): HTTP_Adapter: allow API users to specifiy custom header
At the moment HTTP_Adapter can only make requests with a fixed
pre-defined HTTP header. However, some application may...
dexter
10:45 AM Core testing infrastructure Revision cfd48517 (osmo-ttcn3-hacks): HTTP_Adapter: add HOST field to header lines.
In HTTP 1.1 (this is what the HTTP_Adapter uses), the Host header field
is mandatory, see also: RFC 2616, section 14....
dexter
09:55 AM Core testing infrastructure Revision 4a011fa0 (osmo-ttcn3-hacks): msc: use as_expect_clear() in f_tc_mt_t310()
This testcase is not Iu-compatible yet, but let's make life a bit
easier for those trying to make it such in the futu...
fixeria
09:55 AM Core testing infrastructure Revision b3e42cfc (osmo-ttcn3-hacks): msc: fix f_tc_mt_crcx_ran_reject(): properly handle Iu-ReleaseCommand
Previous commit [1] uncovers a problem in f_tc_mt_crcx_ran_reject():
this function uses as_clear_cmd_compl_disc(), wh...
fixeria
09:55 AM Core testing infrastructure Revision 7093a5d9 (osmo-ttcn3-hacks): msc: as_{iu_release,clear_cmd}_compl_disc: remove no-op timer arguments
Change-Id: I1d3dcf4399dccd353702e4d6c53fe8e26e16ea9b fixeria
09:55 AM Core testing infrastructure Revision d1a32e09 (osmo-ttcn3-hacks): msc: fix missing 'repeat' in as_optional_cc_rel()
We do activate() this altstep in several testcases, so that it's
kinda "running in background". In reality, the defa...
fixeria
09:55 AM Core testing infrastructure Revision 42fae8ae (osmo-ttcn3-hacks): msc: cosmetic: fix formatting in altsteps
Change-Id: I14afa9aa076396d48043000e350885384bde4c81 fixeria
09:55 AM Core testing infrastructure Revision 5f1018f9 (osmo-ttcn3-hacks): msc: fix f_tc_ho_inter_bsc0(): properly patch n_sd
Assuming n_sd should be 3 is only valid for non-A5 testcases, in which
we are *not* doing ciphering and authenticatio...
fixeria
08:08 AM OsmoMSC Bug #6414 (Feedback): ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
fixeria wrote in #note-10:
> So now that I have the full picture, my proposal is to bring those A5 and non-A5 testca...
fixeria
06:38 AM OsmoMSC Bug #6414: ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
Below is logging that piqued my curiosity:... fixeria
05:36 AM OsmoMSC Bug #6414 (In Progress): ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
neels wrote in #note-8:
> That code feels distant to me now, and while I might remember a thing or two, I think it's...
fixeria
07:35 AM OsmoBTS Bug #6421 (Resolved): BTS_Tests_OML.* all started to fail for latest+master
https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-bts-test/2348/ -- Test Result (46 failures / -15) fixeria

03/26/2024

10:37 PM OsmoMGW Bug #6424: TC_one_crcx_loopback_rtp_implicit consistently failing in master, but passes on latest
... neels
10:31 PM OsmoMGW Bug #6424: TC_one_crcx_loopback_rtp_implicit consistently failing in master, but passes on latest
I've been doing some MGW work, I'll try to bisect the cause. neels
02:00 PM OsmoMGW Bug #6424 (In Progress): TC_one_crcx_loopback_rtp_implicit consistently failing in master, but passes on latest
`TC_one_crcx_loopback_rtp_implicit` appears to be failing consistently in master for 30+ consecutive builds. Meanwhi... laforge
06:57 PM OsmoBSC Bug #6422 (Feedback): latest: BSC_Tests.TC_ctrl_location started fo fail on March 15th
Unfortunately, my knowledge about sccplite is very limited.
@pespin git-blame tells me you implemented the testcase,...
fixeria
05:56 PM OsmoBSC Bug #6422 (In Progress): latest: BSC_Tests.TC_ctrl_location started fo fail on March 15th
Attaching a PCAP from "build 2167":https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/ttcn3-bsc-test-sccp... fixeria
01:03 PM OsmoBSC Bug #6422 (Feedback): latest: BSC_Tests.TC_ctrl_location started fo fail on March 15th
* https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/ttcn3-bsc-test-sccplite/test_results_analyzer/
Th...
laforge
06:45 PM OsmoMGW Feature #6387: osmo_io / io_uring support for RTP/RTCP
finally ported the failing unit test over to the new code; build verification now passes. laforge
05:14 PM OsmoTRX Revision 8fd51cb7 (osmo-trx): code-architecture.adoc: Fix missing alignment in digraph
Change-Id: I9077590f6786833c9a86c3e844fc2dd07b404d58 pespin
04:17 PM Core testing infrastructure Revision 39375195 (osmo-ttcn3-hacks): WIP: IPAd_Tests: add testsuite for an eIM
Change-Id: Iba72ee00d10aba7831feedadacd943bf943de53e
Related: SYS#6824
dexter
04:16 PM Core testing infrastructure Revision c2e4f4ad (osmo-ttcn3-hacks): IPAd_Tests: add testsuite for an IPAd
With this patch we add a testsuite that can be used to test an IPAd
implementation.
The testsuite emulates the ESipa...
dexter
04:16 PM Core testing infrastructure Revision b5fd2b4c (osmo-ttcn3-hacks): HTTP_Adapter: Allow API users to enable/disable SSL
At the moment HTTP_Adapter has no option to enable SSL
Related: SYS#6824
Change-Id: I6487deea50cd9b4ed4905d9a3a78e00...
dexter
02:58 PM Core testing infrastructure Revision ea5628e2 (osmo-ttcn3-hacks): HTTP_Adapter: allow body to be "omit"
In HTTP not all requests have a body. At the moment we describe a
missing body with body := "". This is not 100% corr...
dexter
02:58 PM Core testing infrastructure Revision ff7792d7 (osmo-ttcn3-hacks): HTTP_Adapter: allow API users to specifiy custom header
At the moment HTTP_Adapter can only make requests with a fixed
pre-defined HTTP header. However, some application may...
dexter
02:58 PM Core testing infrastructure Revision f3c4a8d1 (osmo-ttcn3-hacks): HTTP_Adapter: add HOST field to header lines.
In HTTP 1.1 (this is what the HTTP_Adapter uses), the Host header field
is mandatory, see also: RFC 2616, section 14....
dexter
02:41 PM OsmoGGSN (former OpenGGSN) Bug #6423: GGSN_Tests regressions from build 1107 / February 29th onwards
The tests run with multiple configurations now:
* "GGSN_Tests" -> "all"
* "GGSN_Tests_v4_only" -> "v4_only"
* "GGSN_...
osmith
02:08 PM OsmoGGSN (former OpenGGSN) Bug #6423 (In Progress): GGSN_Tests regressions from build 1107 / February 29th onwards
osmith
01:30 PM OsmoGGSN (former OpenGGSN) Bug #6423: GGSN_Tests regressions from build 1107 / February 29th onwards
laforge wrote:
> * TC_addr_pool_exhaustion
> ** Dynamic test case error: Index overflow in a value of type @PreGenRe...
laforge
01:24 PM OsmoGGSN (former OpenGGSN) Bug #6423: GGSN_Tests regressions from build 1107 / February 29th onwards
laforge wrote:
> * TC_act_deact_retrans_duplicate
> ** "GGSN_Tests.ttcn:413 : CreatePDPContextResp: cause expectanc...
laforge
01:12 PM OsmoGGSN (former OpenGGSN) Bug #6423 (Resolved): GGSN_Tests regressions from build 1107 / February 29th onwards
The following 6 TTCN3 test cases used to pass in the `ttcn3-ggsn-test-kernel` job until build 110 on Feb 28, but star... laforge
02:10 PM Core testing infrastructure Revision 9e8db33f (osmo-ttcn3-hacks): [cosmetic] mgw: fix spelling in comments
Change-Id: I2fb69463b070cdc183fff63ee7dc422169f8928a laforge
02:08 PM OsmoBTS Bug #6421 (Feedback): BTS_Tests_OML.* all started to fail for latest+master
Here is a patch:
https://gerrit.osmocom.org/c/docker-playground/+/36462 ttcn3-bts-test: fix start_config_oml(): do...
fixeria
01:46 PM OsmoBTS Bug #6421 (In Progress): BTS_Tests_OML.* all started to fail for latest+master
I think I found the problem:... fixeria
01:32 PM OsmoBTS Bug #6421: BTS_Tests_OML.* all started to fail for latest+master
Might be related:
https://cgit.osmocom.org/docker-playground/commit/?id=aad045f5b63934dc95ffc0dec5661857077bac58
...
fixeria
12:58 PM OsmoBTS Bug #6421 (Resolved): BTS_Tests_OML.* all started to fail for latest+master
* https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/ttcn3-bts-test-latest/test_results_analyzer/
* http...
laforge
02:05 PM Core testing infrastructure Revision 9c63801e (docker-playground): ttcn3-bts-test: fix start_config_oml(): do not start BSC
As the comment states, the BSC container is not needed for the OML
tests. The testsuite itself "speaks" OML to the I...
fixeria
01:35 PM Core testing infrastructure Revision 5dc20d74 (osmo-ttcn3-hacks): ggsn: Avoid dynamic test case error
During TC_addr_pool_exhaustion, if all of the pdp context activations
were unsuccessful, teic_list is an empty list. ...
laforge
11:40 AM OsmoGGSN (former OpenGGSN) Bug #6420 (New): osmo-ggsn + pre-configured tun device seems to be broken with kernel gtp-u
When using a pre-configured tun device with OsmoGGSN as described in the user manual, in combination with ... osmith
11:26 AM OsmoGGSN (former OpenGGSN) Bug #6419 (New): osmo-ggsn removes tun devices it did not create
From the "user manual":https://ftp.osmocom.org/docs/osmo-ggsn/master/osmoggsn-usermanual.pdf:
> It’s possible to r...
osmith
03:02 AM OsmoMSC Bug #4721 (In Progress): osmo-msc creates evil-twin entries in the VLR when an already attached IMSI does a LU by an unknown TMSI (was: MSC_Tests.TC_lu_by_tmsi_noauth_unknown fails sporadically locally)
I have hit this same problem again, when testing LU by TMSI identity when 'no assign-tmsi' is configured, for a custo... neels
02:48 AM Core testing infrastructure Revision 6624c5f3 (osmo-ttcn3-hacks): hnbgw: sys6810
Change-Id: I9b8d2fbbf9eb460a39e13411fca7da1c99b26a72 neels
02:48 AM Core testing infrastructure Revision 72a21e60 (osmo-ttcn3-hacks): hnbgw: hnbap fu
Change-Id: I1e90763f7178bbabcdf829720b957b0994a3c626 neels
02:48 AM Core testing infrastructure Revision 27ffb587 (osmo-ttcn3-hacks): hnbgw netinst wip
Change-Id: I898f8953bfc53955918e5b95b9db142eae729d63 neels
02:48 AM Core testing infrastructure Revision ea2520f9 (osmo-ttcn3-hacks): TC_fast_sccp_release wip
Change-Id: I97d477170cbe192264f2f5e71decdb28a402a5fe neels
02:48 AM Core testing infrastructure Revision 86d0762d (osmo-ttcn3-hacks): bts/run.sh
Change-Id: Idd8b1796b79ba7ba2495b82adcd790b0f8ce43eb neels
02:48 AM Core testing infrastructure Revision 19888b39 (osmo-ttcn3-hacks): msc: drop unused ts_SDP_CRCX_CN
Change-Id: I819e416ff9530f7e03f209ad85bd4548343fbad9 neels
02:48 AM Core testing infrastructure Revision e837fdad (osmo-ttcn3-hacks): bsc: test recovery from BORKEN after activation failed
Change-Id: I3e1ce618f8ea9a96f28ec6f442bea061ee86bd2c neels
02:48 AM Core testing infrastructure Revision 1dd7f31e (osmo-ttcn3-hacks): disable MSC_Tests_Iu
Change-Id: Iaf36de6f7136aea4162e5f72b022cfba7cb6b28b neels
02:48 AM Core testing infrastructure Revision 96dccd60 (osmo-ttcn3-hacks): hnbgw cfg
Change-Id: I6fd6e7091f672db87ef8622d30464758f63aa432 neels
02:48 AM Core testing infrastructure Revision 9f53a734 (osmo-ttcn3-hacks): tmp dbg
Change-Id: I3a853c63a4ec9370067d696ce6bea27efbd7f779 neels
02:48 AM Core testing infrastructure Revision 61d75f93 (osmo-ttcn3-hacks): sip/run.sh
Change-Id: I81765d22f7637930546541c09f173ae4b341c9a5 neels
02:48 AM Core testing infrastructure Revision 9d2b9a0c (osmo-ttcn3-hacks): sip: add gsmtap logging
Change-Id: Ia3bd7007f4148a297de1d22c67bfa8dea9819bcc neels
02:48 AM Core testing infrastructure Revision 47d80b4a (osmo-ttcn3-hacks): hnbgw: drop dead code from MSC_UnitdataCallback
This reverts commit 5a287462673992a2bfb0b3be6d3252fa6776e9ec. neels
02:48 AM Core testing infrastructure Revision cdd31b2e (osmo-ttcn3-hacks): Revert "hnbgw: drop dead code from MSC_UnitdataCallback"
This reverts commit 869ac84cb97e5bdb2a369f3cbea28dea44b585a1. neels
02:48 AM Core testing infrastructure Revision 72d602c3 (osmo-ttcn3-hacks): hnbgw cfg plmn
Change-Id: Ie99e1cec6c086fe6da45f2175201efb4a0511937 neels
02:48 AM Core testing infrastructure Revision 41445f29 (osmo-ttcn3-hacks): hnbgw: disable pfcp tests
Change-Id: Idefb50effe9fd5e465c6f47c9ea2e75445ce062b neels
02:48 AM Core testing infrastructure Revision 0c245acc (osmo-ttcn3-hacks): log timestamp date hnbgw
Change-Id: I286f9e2eb67c0fdab50589f28188c6c52200cf18 neels
02:48 AM Core testing infrastructure Revision cd941ef1 (osmo-ttcn3-hacks): RAN_emu expect_table debug
Change-Id: Ia09edd2c5e7791f22065f49c91c4a72522f1bafd neels
02:48 AM Core testing infrastructure Revision 37f097c7 (osmo-ttcn3-hacks): hnbgw: HNBAP UE wip
Change-Id: I5bf2f426d604adf801c2f6f6996ec54b1e3bad40 neels
02:48 AM Core testing infrastructure Revision 8dc26aa5 (osmo-ttcn3-hacks): hnbgw: add TC_hnb_reregister_cleanup_sccp
Ensure that SCCP connections are RLSD when a HNB disconnects
ungracefully.
Change-Id: Ie4b854bdc0e68c9ddc0fda7d4dbc9...
neels
02:48 AM Core testing infrastructure Revision a795bfaf (osmo-ttcn3-hacks): hnbgw: add HNBAP port to ConnHdlr
To test behavior of active conns on HNBAP HNB DeRegister and HNBAP UE
De-/Register.
Change-Id: I1e7ffded5bd9974c444d...
neels
02:48 AM Core testing infrastructure Revision 4f7ae1c4 (osmo-ttcn3-hacks): HNBGW_Tests.cfg: mp_enable_pfcp_tests := true
Change-Id: Ibe510cb53cd79c5b84a2267124d27a1cee39b4d5 neels
02:48 AM Core testing infrastructure Revision 140f3577 (osmo-ttcn3-hacks): log_summary.py
Change-Id: Iacd0e2c28d1448ed9cc2207e75553a7d8faf521a neels
02:48 AM Core testing infrastructure Revision aab790f6 (osmo-ttcn3-hacks): upf: non mockup
Change-Id: Icfb986ec523f11500a10f805b364978fffccdb45 neels
02:48 AM Core testing infrastructure Revision 0b403875 (osmo-ttcn3-hacks): bsc wip
Change-Id: Ib45cd96ccfa3bd810cbd0ded15dbd3f44c3d6e13 neels
02:48 AM Core testing infrastructure Revision 52564970 (osmo-ttcn3-hacks): msc: f_tc_mt_t310: logging instead of comments
Change-Id: Idccfac50e5f56abab6f8af4c18f7b083fb31b064 neels
02:48 AM Core testing infrastructure Revision dac260c7 (osmo-ttcn3-hacks): bsc: add TC_L3Compl_answer_from_other_m3ua_addr
Related: SYS#6044
Change-Id: I4466e7066115da98d9f45a876d1d468dc0cca25a
osmith
02:48 AM Core testing infrastructure Revision d04f3425 (osmo-ttcn3-hacks): msc f_logp
Change-Id: I4ddff3ebf862437a6fca49a561f02d553143275f neels
02:48 AM Core testing infrastructure Revision 83410d11 (osmo-ttcn3-hacks): RUA_Emulation log tweak
Change-Id: I23819ed88a6de4d3316b165f52e2b20916aeb0b5 neels
02:48 AM Core testing infrastructure Revision 70545f74 (osmo-ttcn3-hacks): MNCC logging
Change-Id: I6c09ded239c946ad7ed605e22a604b0d65b55f87 neels
02:48 AM Core testing infrastructure Revision acece942 (osmo-ttcn3-hacks): bsc: add TC_chan_timeout_* tests
Test new X27 timer: release lchan when MEAS RES omit L1 Info.
Depends: I6fb29315568554c8490ee999fcfd1b77d8245389 (os...
neels
02:48 AM Core testing infrastructure Revision 5a060063 (osmo-ttcn3-hacks): bsc: add BSC_Tests_2.ttcn
In this patch I propose to open a new file for BSC tests, simply
BSC_Tests_2.ttcn. The reason is that modifying BSC_T...
Neels Hofmeyr
02:48 AM Core testing infrastructure Revision 2ad3ff0c (osmo-ttcn3-hacks): hnbgw imports
Change-Id: I1c77cd35f13664c8cfc3522485027668be181769 neels
02:48 AM Core testing infrastructure Revision 4cdc643a (osmo-ttcn3-hacks): tweak log
Change-Id: Id2f2e24ca1fda0639acb4fd34421286dac783978 neels
02:48 AM Core testing infrastructure Revision 79dbd7af (osmo-ttcn3-hacks): RUA_Emulation: simplify: always hand out a new ctx id on RUA Connect
This allows the same test connhdlr to have distinct RUA contexts.
Change-Id: I3d927fb3c1c40b80b949ca3fe2b6641678efff56
neels
02:48 AM Core testing infrastructure Revision c9f0de4f (osmo-ttcn3-hacks): various subdirs: logging cfg tweaks
Change-Id: I1229a61310e21251d9325b112abce9c7dd49078a Neels Hofmeyr
02:48 AM Core testing infrastructure Revision 2088896c (osmo-ttcn3-hacks): various subdirs: add run.sh
Change-Id: I366f706bb09667fb2bc9f0cbb58224aad8ba078e Neels Hofmeyr
02:48 AM Core testing infrastructure Revision 64463f78 (osmo-ttcn3-hacks): include logformat in log_merge.sh
Change-Id: I4838cee7742ab99eb935f149a69e925258bbef36 Neels Hofmeyr
02:48 AM Core testing infrastructure Revision db55656c (osmo-ttcn3-hacks): disable tcpdump
Change-Id: I46116df68b2f8c9ca253a9285d0a571904521727 Neels Hofmeyr
02:48 AM Core testing infrastructure Revision 03cd2ec7 (osmo-ttcn3-hacks): don't always imply 'make deps'
'make deps' always fails if there is no internet uplink.
Change-Id: Ic2e6af6f32d8c4bc276ca34cfeb697e9205a2649
Neels Hofmeyr
02:48 AM Core testing infrastructure Revision 86ca08bf (osmo-ttcn3-hacks): log vty commands
Change-Id: I25ddeaf8d859f98b4f11ba27310b8eef034a09f2 Neels Hofmeyr
02:48 AM Core testing infrastructure Revision bedda5ea (osmo-ttcn3-hacks): msc: test re-assignment to match codec with MT
Related: osmo-msc I8760feaa8598047369ef8c3ab2673013bac8ac8a
Change-Id: I402ed0523a2a87b83f29c5577b2c828102005d53
neels
02:48 AM Core testing infrastructure Revision a9063019 (osmo-ttcn3-hacks): msc: split off f_mo_call_establish__handle_assignment_request()
Subsequent patch wants to re-use that code. Split off to keep the
patches small.
Related: I402ed0523a2a87b83f29c5577...
neels
02:48 AM Core testing infrastructure Revision b1f1d1c6 (osmo-ttcn3-hacks): hnbgw: on latest, skip TC_rab_assign_mgw_iuup_addr_chg
Related: OS#6302
Change-Id: I53f3c67e0cf71cbc6bcc8a8e691b16c871df9d33
neels
02:48 AM Core testing infrastructure Revision ea4061df (osmo-ttcn3-hacks): msc: expand TC_lu_tmsi_noauth_notmsi
From running this test repeatedly, I noticed that osmo-msc's new patch
to avoid storing a TMSI may also trigger more ...
neels
02:48 AM Core testing infrastructure Revision 5dc7c5fc (osmo-ttcn3-hacks): msc: add TC_lu_tmsi_noauth_notmsi
Add test case for handling a LU by TMSI MI when 'no assign-tmsi' is
configured.
This test will pass from osmo-msc pa...
neels
02:48 AM Core testing infrastructure Revision 1465a9ba (osmo-ttcn3-hacks): msc: f_expect_paging(): better detect failure
When a received Paging mismatches, instead of waiting for timeout, fail
immediately.
Change-Id: I30273e3882e348a2ded...
neels
02:48 AM Core testing infrastructure Revision a7e402b7 (osmo-ttcn3-hacks): msc: f_expect_paging(): fix by_tmsi arg
The by_tmsi argument so far had no effect. But I actually need exactly
this in upcoming MSC_Tests.TC_lu_tmsi_noauth_n...
neels
02:48 AM Core testing infrastructure Revision 8d550fdd (osmo-ttcn3-hacks): ran-emu: allow receiving Paging without a TMSI
Fix access of non-present tMSI.* if tMSI == omit, allowing to match
incoming Paging with a UnitData receiver that has...
neels
02:26 AM OsmoMSC Revision 6314a2bb (osmo-msc): never page for TMSI with 'no assign-tmsi'
With 'no assign-tmsi', regard any TMSI as invalidated at the end of a
Location Updating procedure. Hence, avoid pagin...
neels
02:22 AM OsmoMSC Revision 3da4715f (osmo-msc): fix VLR evil twin on LU with unknown TMSI
When a subscriber first attaches by TMSI only, and later tells the IMSI
via ID Response, it may turn out that this IM...
neels
02:20 AM OsmoMSC Revision 72ef7d8b (osmo-msc): invalidate vsub->msc_conn_ref when msc_a is discarded
We have an msc_conn_ref pointer from vlr_subscr to an active msc_a
instance. So far, we just keep it pointing at disc...
neels

03/25/2024

08:51 PM OsmoBSC Bug #6006 (Resolved): Add vty commands "no gprs nsvc ..."
jolly
08:50 PM OsmoBSC Bug #6018 (Resolved): vty: add command `show bts online` and `show bts offline`
jolly
08:10 PM OsmoPCU Bug #6359 (Feedback): TbfTest: sporadic SEGV in
Should be fixed by:
https://gerrit.osmocom.org/c/osmo-pcu/+/36450 Make sure GprsMs free() also frees its tbfs
I r...
pespin
07:17 PM OsmoPCU Bug #6359: TbfTest: sporadic SEGV in
The problem seems triggered by the fact that test_immediate_assign_rej_multi_block() is calling "rc = bts_handle_rach... pespin
06:25 PM OsmoPCU Bug #6359: TbfTest: sporadic SEGV in
The UL TBF crashing is actually coming from another test, because in the test "test_ms_merge_dl_tbf_different_trx" th... pespin
05:49 PM OsmoPCU Bug #6359: TbfTest: sporadic SEGV in
With the following change, the crash can be reproduced easily:... pespin
08:09 PM OsmoPCU Revision d76e3a34 (osmopcu): Make sure GprsMs free() also frees its tbfs
This fixes TBF objects leaking and ending up alive when the MS object is
explicitly freed through talloc_free (and sp...
pespin
06:36 PM OsmoMSC Bug #6414: ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
On Sun, Mar 24, 2024 at 10:31:49AM +0000, redmine@osmocom.org wrote:
> @neels I believe we need to rework the testcas...
neels
05:54 PM pySim Bug #6418 (New): osmo-smdpp docs
In these docs: https://ftp.osmocom.org/docs/pysim/master/html/osmo-smdpp.html
!clipboard-202403251046-awlff.png!
...
lavy
05:38 PM OsmoPCU Revision 5eb7699b (osmopcu): cosmetic: TbfTest: fix typo in comment
Change-Id: I35bb28c5669747823b0dfebe27ecd7a5a0c5d60f pespin
05:35 PM Core testing infrastructure Revision 33f9eea8 (osmo-ttcn3-hacks): msc: osmo-msc.cfg: move MGW params to 'mgw' node
This fixes deprecation warnings printed by recent osmo-msc.
Change-Id: I724ec44ea37bb61b457361befee3e6e92c886c0d
Rel...
fixeria
05:35 PM Core testing infrastructure Revision 78fde8b9 (docker-playground): ttcn3-*-test: set OSMO_SUT_{HOST,PORT} for more testsuites
Let's also retrieve talloc reports for these testsuites.
Change-Id: Iaa94dd200fdb98962b784cb507c9995096232dc9
fixeria
05:19 PM OsmoBTS Bug #5953 (Feedback): ttcn3-bts-test: TC_ms_pwr_ctrl_{constant,pf_ewma} are failing
After some initial investigation, we found there's several problems:
1- The test was written before C/I was taken in...
pespin
04:20 PM Core testing infrastructure Revision a22181bb (osmo-ttcn3-hacks): WIP
Change-Id: Ie61c1b1135eeb846314e3617693208e76a70e453 pespin
03:40 PM OsmoBSC Bug #5879 (Rejected): Fix 'make distclean' (or add 'make maintainer-clean'?)
The files in directory @m4@ are generated by @autoreconf@, so @make distclean@ would indeed not touch them.
> Those ...
fixeria
03:07 PM OsmoCBC Revision 538bc4c6 (osmo-cbc): SBcAP: Update as1nc skeleton and generated code
Generated using current mouse07410/vlm_master
(12b8e555b971c745ea715cb247f39120fa15f7f0) [1]
[1] https://github.com/...
pespin
01:56 PM Core testing infrastructure Revision d7c50db1 (docker-playground): ttcn3-ggsn-test: ignore failure to kill osmo-ggsn
Don't fail if osmo-ggsn can't be killed at the end of a testsuite
run. This happens currently with ttcn3-ggsn-test-ke...
osmith
01:31 PM Core testing infrastructure Revision 7c6f7f46 (docker-playground): ttcn3-bts-test: use start_config functions
As suggested by Pau in code review, refactor the file to use functions
for starting the testsuites, SUT and related c...
osmith
01:13 PM Core testing infrastructure Revision ef173eb5 (docker-playground): ttcn3-bts-test: abort if missing osmo-config-merge
Change-Id: I9cea4affac0b3981c88078581a070f98649da667 osmith
01:05 PM OsmoBTS Revision 3f2215d8 (osmo-bts): WIP
Change-Id: I25acd689102328b0e1c9daf6961eba7ea21cd2ea pespin
12:47 PM Core testing infrastructure Revision a7b2db1b (docker-playground): ttcn3-ggsn-test: ignore failure to kill osmo-ggsn
Don't fail if osmo-ggsn can't be killed at the end of a testsuite
run. This happens currently with ttcn3-ggsn-test-ke...
osmith
12:10 PM OsmoGGSN (former OpenGGSN) Feature #6096: add support for kernel-GTP IPv6
Update:
* osmo-ggsn has been adjusted, patches are in master
* libgtpnl has been adjusted, patches are in master
*...
osmith
11:47 AM Core testing infrastructure Revision aafb18f3 (osmo-ttcn3-hacks): WIP: Introduce asterisk testsuite
Change-Id: I598aeb9850de588ac3abcf254afe782bc3fe1667 pespin
11:40 AM Core testing infrastructure Revision b5a1b009 (osmo-ci): jobs/ttcn3: add ttcn3-ggsn-test-kernel-pablo-gtp
Add a temporary job to run against the IPv6 patches, until they are
upstreamed.
Related: OS#1952
Change-Id: Idf0e3fd...
osmith
11:21 AM Core testing infrastructure Revision d8c51cce (docker-playground): ttcn3-ggsn-test: run with multiple configurations
The kernel ttcn3-ggsn-tests have been failing since the osmo-ggsn
config for kernel-gtp has been adjusted for v4v6 in...
osmith
11:21 AM Core testing infrastructure Revision 59dcbf76 (docker-playground): ttcn3-ggsn-test: move confgs to subdirs
Prepare to add variations of the configs: move them to subdirs, so we
don't cullter the main directory.
Related: OS#...
osmith
11:21 AM Core testing infrastructure Revision 5946a075 (docker-playground): ttcn3-ggsn-test/jenkins: add functions for start ggsn/testsuite
Prepare to run start_ggsn and start_testsuite multiple times with
different configurations in a follow-up patch.
Rel...
osmith
11:21 AM Core testing infrastructure Revision aad045f5 (docker-playground): ttcn3-bts-test: add env var to not run all configs
Make it possible to e.g. run only one of the generic/oml/hopping
configurations.
I made a version of this patch a fe...
osmith
11:17 AM Core testing infrastructure Revision 97f9547c (osmo-ttcn3-hacks): Diameter Gy CCR: Expect RATType AVP in PS-Information instead of MSCC
open5gs-smfd was recently modified to send RAT-Type inside
PS-Information instead of MSCC, since having it in the for...
pespin
06:00 AM OsmoMSC Revision 4ed4d998 (osmo-msc): never page for TMSI with 'no assign-tmsi'
With 'no assign-tmsi', regard any TMSI as invalidated at the end of a
Location Updating procedure. Hence, avoid pagin...
neels

03/24/2024

10:46 AM OsmoBTS Bug #5953: ttcn3-bts-test: TC_ms_pwr_ctrl_{constant,pf_ewma} are failing
I recommend focusing on @TC_ms_pwr_ctrl_constant@ first, because the testcase scenario is relatively easy: it's emula... fixeria
10:44 AM OsmoBTS Bug #5953: ttcn3-bts-test: TC_ms_pwr_ctrl_{constant,pf_ewma} are failing
I tried to debug this, but the MS power loop in osmo-bts behaves in a way that I cannot find logical explanation for.... fixeria
10:31 AM OsmoMSC Bug #6414 (Feedback): ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
fixeria wrote in #note-6:
> Below is my speculative (not confirmed yet) understanding of the failing scenario: [...]...
fixeria

03/23/2024

06:30 PM OsmoGGSN (former OpenGGSN) Revision 39e085f0 (libgtpnl): README.md: Improve markdown formatting; more links
Change-Id: I16511491fdf00a01b9b6deecf8d19a1f2f5e6c3c laforge
06:30 PM Linux Kernel GTP-U Revision 39e085f0 (libgtpnl): README.md: Improve markdown formatting; more links
Change-Id: I16511491fdf00a01b9b6deecf8d19a1f2f5e6c3c laforge
06:20 PM OsmoGGSN (former OpenGGSN) Revision 9f46e04a (libgtpnl): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
06:20 PM Linux Kernel GTP-U Revision 9f46e04a (libgtpnl): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
05:48 PM osmo-e1d Revision ff2c7ebc (osmo-e1d): README.md: Improved markdown formatting; more links
Change-Id: I7e4f1c8c527a63f13ef9eaa26a00e1b2efca82ae laforge
05:48 PM E1/T1 Hardware Interface (including icE1usb) Revision ff2c7ebc (osmo-e1d): README.md: Improved markdown formatting; more links
Change-Id: I7e4f1c8c527a63f13ef9eaa26a00e1b2efca82ae laforge
05:45 PM osmo-e1d Revision ef4d4aae (osmo-e1d): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
05:45 PM E1/T1 Hardware Interface (including icE1usb) Revision ef4d4aae (osmo-e1d): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
04:28 PM OsmoHLR Revision da4fc0ea (osmo-hlr): README.md: Add Forum and Issue Tracker sections
Change-Id: Ic88d30fc8952762565af6115c8bb7d67fa7d7866 laforge
04:26 PM OsmoHLR Revision 507315ee (osmo-hlr): README.md: Improve mark-down formatting
Change-Id: Ib608ec568572af672934d1e2960e1dabc3a2a45c laforge
04:22 PM OsmoHLR Revision 72f92e28 (osmo-hlr): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
04:20 PM OsmoMSC Bug #6414: ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
As was discussed with @neels in Jabber, the idea is that only one of the two scenarios should happen:
* we receive...
fixeria
12:01 PM OsmoMSC Bug #6414: ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
fixeria wrote in #note-4:
> As it turns out, even though the CC Release Complete message is present in both PCAPs, i...
fixeria
04:15 PM OsmoSGSN Revision 1ede89a3 (osmo-sgsn): README.md: Add Forum and Issue Tracker sections
Change-Id: I69dfe4124c2a2be30c9ef04e70e3f15d10a2305c laforge
04:07 PM OsmoSGSN Revision 647304fb (osmo-sgsn): README.md: Overhaul (more links; improved formatting)
Change-Id: I0cf9898877aab2f834c886491f4d203d55a8b4b9 laforge
04:03 PM OsmoSGSN Revision 370d6e8b (osmo-sgsn): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
03:58 PM Core testing infrastructure Revision c1aa231d (osmo-ttcn3-hacks): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
03:58 PM Core testing infrastructure Revision 0fc90c62 (osmo-ttcn3-hacks): Add README.md file (to show up in gitea / github / etc.)
Change-Id: Ic176636930e9a36cc428360147140a7339aa58b5 laforge
03:47 PM OsmoBSC Revision 829986e0 (osmo-bsc): README.md Add Forum + Issue Tracker sections
Change-Id: I0e9fc221fdf78ad94de7713b62473680ee7d58c2 laforge
03:47 PM OsmoBSC Revision 8c8e920e (osmo-bsc): README.md: Overhaul (more links, fix markdown formatting)
Change-Id: Id1e320439c052797cb9c6cda51b65cd2b9e9a3c4 laforge
03:47 PM OsmoBSC Revision bd3583ff (osmo-bsc): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
03:32 PM OsmoGGSN (former OpenGGSN) Revision 1f9cc267 (osmo-ggsn): README.md: Major overhaul
A lot of the existing contents was still from the old openggsn days, and
predated osmo-ggsn.
Change-Id: I6ec92260da0...
laforge
03:15 PM OsmoGGSN (former OpenGGSN) Revision 4abe361f (osmo-ggsn): README.md: Add Forum + Issue Tracker sections
Change-Id: I7b03a78178de77ebf733587ed178fd48c019663c laforge
03:11 PM OsmoGGSN (former OpenGGSN) Revision bb0655d5 (osmo-ggsn): README.md: Improve markdown formatting
Change-Id: I4e5d99384978d22e6ba0310e97e93d87b610a174 laforge
03:06 PM OsmoGGSN (former OpenGGSN) Revision 4e6fe427 (osmo-ggsn): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
12:28 PM libosmo-sccp + libosmo-sigtran Revision 4fc2477a (libosmo-sccp): README.md: Add links to forum and issue tracker
Change-Id: If5b028d5de19fb456ec91a7f94612131ee42c47c laforge
12:28 PM libosmo-sccp + libosmo-sigtran Revision 4714dc23 (libosmo-sccp): README.md: Update; improve markdown syntax
Change-Id: Ifb24635f9debc873bb3416226c43984104be270c laforge
12:28 PM OsmoSTP Revision 4fc2477a (libosmo-sccp): README.md: Add links to forum and issue tracker
Change-Id: If5b028d5de19fb456ec91a7f94612131ee42c47c laforge
12:28 PM OsmoSTP Revision 4714dc23 (libosmo-sccp): README.md: Update; improve markdown syntax
Change-Id: Ifb24635f9debc873bb3416226c43984104be270c laforge
12:21 PM libosmo-sccp + libosmo-sigtran Revision 236445d9 (libosmo-sccp): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
12:21 PM OsmoSTP Revision 236445d9 (libosmo-sccp): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
12:19 PM osmo-fl2k Revision 6c81d75b (osmo-fl2k): README.md: Populate it with the usual content
laforge
11:57 AM osmo-remsim Revision 81b8aa46 (osmo-remsim): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
11:57 AM osmo-remsim Revision 21f67d37 (osmo-remsim): README.md: Major update / meaningful content
Change-Id: Iec6a38bc34fdb0f9f0427df1c0fa53d513655a2a laforge
11:47 AM OsmoMSC Revision c35f3074 (osmo-msc): README.md: Add links to forum + issue tracker
Change-Id: I1cad803af112241cef1c83a5ab7c19ae36c439df laforge
11:45 AM OsmoMSC Revision 6c047972 (osmo-msc): README.md: More hyperlinks and add more interfaces / features
Change-Id: Ic7e64d157969d466b3e1d423e20be5513a7c17fd laforge
11:36 AM OsmoMSC Revision 475e70f4 (osmo-msc): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
11:31 AM OsmoTRX Revision e6dc78e5 (osmo-trx): README.md: Remove stray apostrophe
Change-Id: I236a3aa66824759bf23b4331a22fa1d9ec25c5bf laforge
11:30 AM OsmoTRX Revision 9982b335 (osmo-trx): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
11:29 AM OsmoTRX Revision 52ef2216 (osmo-trx): README.md: Add Forum and Issue Tracker links
Change-Id: Ib85f4e82d314cbab1c844497fb82dbda230589a5 laforge
11:29 AM OsmoTRX Revision ec13193c (osmo-trx): README.md: Improve markdown formatting
Change-Id: Ic5764aab323db87015da8c461dec136e57dd9c8f laforge
11:26 AM gr-osmosdr Revision 39ef03d9 (gr-osmosdr): README.md: Fix copy/paste from pysim
laforge
11:17 AM gr-osmosdr Revision bf220b0f (gr-osmosdr): README.md: Add link to discourse forum
laforge
11:17 AM gr-osmosdr Revision ebc2e994 (gr-osmosdr): README.md: Improve/fix mark-down formatting
laforge
11:10 AM OsmoBTS Revision 3c09964b (osmo-bts): README.md: Add Forum + Issue Tracker sections
Change-Id: I2a25ae51cd5c9fdd48575715f3fa11c8631af32d laforge
11:07 AM OsmoBTS Revision 798b2872 (osmo-bts): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
11:05 AM SIMtrace 2 Revision 3fbed27b (simtrace2): README.md: Add section on ngff_carem
This board has been around for ages and is supported from fimware + host
software.
Change-Id: I586b170fd6314af53a90d...
laforge
11:04 AM SIMtrace 2 Revision b0d66ebf (simtrace2): README.md: Add links to where hardware can be bought
Change-Id: I0b990513153d60c0d70ca29b7243cf7a10c49575 laforge
11:03 AM SIMtrace 2 Revision 26517d89 (simtrace2): README.md: add links to SIMtrace2 and QMOD
Change-Id: I6279765db0fdf92487a47f3ada28e4f49dd6e881 laforge
11:03 AM SIMtrace 2 Revision 6d2d1eeb (simtrace2): README.md: Fix mark-down nested bullet syntax
Change-Id: I0b5a4cc00be4a8adba2797092fca41b99b336b79 laforge
10:33 AM SIMtrace 2 Revision 651987ae (simtrace2): README.md: Fix mark-down nested bullet syntax
Change-Id: I252fa946010a2750d268b604d72e070ada99931c laforge
10:32 AM SIMtrace 2 Revision ec157679 (simtrace2): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
10:29 AM OsmocomBB Revision 5250da87 (osmocombb): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
10:28 AM rtl-sdr Revision ab2434e3 (rtl-sdr): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
09:28 AM libosmocore Revision 50e38cf3 (libosmocore): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
09:22 AM pySim Revision 7aeeb4f4 (pysim): Add funding link to github mirror
see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-reposito... laforge
09:06 AM pySim Revision f3432eef (pysim): README.md: Add link to issue tracker
Change-Id: I33f4e05486d609b2c903c8341dccf1ee01e90577 laforge
09:06 AM pySim Revision 60eef026 (pysim): README.md: Link to discourse forum
Change-Id: Ia5ecbd4f2c2a5dfa1ba69ae2b5712da7abc93c4e laforge
09:06 AM pySim Revision 0c5dfd9d (pysim): README.md: Point to simtrace mailing list
SIM card related topics are best kept there and not on openbsc.
Change-Id: I0dedd2ed0ab07c6020f9d30857654c5600c53814
laforge

03/22/2024

07:23 PM Core testing infrastructure Revision b8561080 (osmo-ttcn3-hacks): ggsn: add m_ggsn_conf modulepar
Prepare to run the GGSN tests in different configurations:
* v4_only: one APN with v4
* v6_only: one APN with v6
* v4...
osmith
07:23 PM Core testing infrastructure Revision 31fd5cf0 (osmo-ci): gerrit-verifications: execute 'distcheck' job for pysim
Change-Id: I9d4d9e9de2b16a4b745791f3c9c93507f43bfa6d
Related: pysim.git Ic72d58494e8fd0cab8d66ce60f7b70593b770872
fixeria
07:20 PM E1/T1 Hardware Interface (including icE1usb) Feature #6417: CRC4 configuration
The gateware currently has no such support CRC4 is always used for multi frame alignement, so it needs to be added th... tnt
06:01 PM E1/T1 Hardware Interface (including icE1usb) Feature #6417 (New): CRC4 configuration
Even if the icE1usb support CRC4 enabled or disabled the osmo-e1d process need CRC4 on Rx to align.
I suggest that...
pfassberg
06:54 PM E1/T1 Hardware Interface (including icE1usb) Bug #6415: osmo_panic after truncated packet
so basically rather than trying to recover from a very difficult situation, we give up and let systemd (or whatever y... laforge
06:45 PM E1/T1 Hardware Interface (including icE1usb) Bug #6415: osmo_panic after truncated packet
On Fri, Mar 22, 2024 at 05:44:25PM +0000, pfassberg wrote:
> A few times a day osmo-e1d crashes with the following ou...
laforge
05:44 PM E1/T1 Hardware Interface (including icE1usb) Bug #6415 (New): osmo_panic after truncated packet
I'm running icE1usb connected to a Raspberry CM3 module.
A few times a day osmo-e1d crashes with the following out...
pfassberg
06:52 PM E1/T1 Hardware Interface (including icE1usb) Support #6416 (Feedback): Serial debug tty port speed
laforge
06:46 PM E1/T1 Hardware Interface (including icE1usb) Support #6416: Serial debug tty port speed
On Fri, Mar 22, 2024 at 05:52:06PM +0000, pfassberg wrote:
> I'm trying to read the debug info from the firmware in i...
laforge
06:14 PM E1/T1 Hardware Interface (including icE1usb) Support #6416: Serial debug tty port speed
AFAIR the default programming of the CP2102 is to do 921600 and you need to reprogram it to do 1MBaud.
https://com...
tnt
05:52 PM E1/T1 Hardware Interface (including icE1usb) Support #6416 (Feedback): Serial debug tty port speed
I'm trying to read the debug info from the firmware in icE1usb via the 2.5 mm serial connector. I'm using the sysmoc... pfassberg
05:23 PM OsmoMSC Bug #6414: ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
fixeria wrote in #note-3:
> According to the "logging":https://jenkins.osmocom.org/jenkins/view/TTCN3-io_uring/job/t...
fixeria
08:51 AM OsmoMSC Bug #6414: ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
According to the "logging":https://jenkins.osmocom.org/jenkins/view/TTCN3-io_uring/job/ttcn3-msc-test-io_uring/11/art... fixeria
08:31 AM OsmoMSC Bug #6414: ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
fixeria wrote in #note-1:
> Comparing them side-by-side, I found an interesting diff:
>
> * @MSC_Tests.TC_ho_inte...
fixeria
08:11 AM OsmoMSC Bug #6414 (In Progress): ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
I am attaching two PCAP files:
* @MSC_Tests.TC_ho_inter_bsc_a5_3_fail.pcap@ generated by "failing io_uring job, bu...
fixeria
07:59 AM OsmoMSC Bug #6414 (Resolved): ttcn3-msc-test: TC_ho_inter_bsc_a5_[134] are failing with io_uring
Since recently, we started executing ttcn3-msc-test (among with some other testsuites) with @LIBOSMO_IO_BACKEND=IO_UR... fixeria
05:09 PM rtl-sdr Bug #6413: Incorrect Debian/Debian-like binary packages
Without confirming the specific claims/findings about the current rtl-sdr status (I didn't verify/investigate), in ge... laforge
05:06 PM rtl-sdr Bug #6413: Incorrect Debian/Debian-like binary packages
Assigning to @steve-m as I have close to zero involvement into rtl-sdr. I just [previously] worked on the e4k tuner ... laforge
05:59 AM rtl-sdr Bug #6413 (New): Incorrect Debian/Debian-like binary packages
Hi,
It seems the binary packages for Debian and Debian-like distributions, such as Ubuntu, for librtlsdr are incor...
FFY00
11:25 AM Core testing infrastructure Revision 0b65a0b4 (osmo-ttcn3-hacks): ggsn: add m_ggsn_conf modulepar
Prepare to run the GGSN tests in different configurations:
* v4_only: one APN with v4
* v6_only: one APN with v6
* v4...
osmith
10:47 AM Core testing infrastructure Revision 6cdfeac3 (osmo-ttcn3-hacks): WIP
Change-Id: I598aeb9850de588ac3abcf254afe782bc3fe1667 pespin
10:28 AM Core testing infrastructure Revision f3713757 (osmo-ttcn3-hacks): sip: Get Rid of private copy of f_mgcp_addr2addrtype()
The function was copied from MGCP_Templates.ttcn since the logic is the
same for SDP, but copied in order to avoid de...
pespin
10:28 AM Core testing infrastructure Revision 1158cc62 (osmo-ttcn3-hacks): Move SDP templates to its own SDP_Templates.ttcn file
SDP is used in other protocols than MGCP, eg. SIP.
Change-Id: I0610b4cf5533e46a3401c65e60c7cce975c85412
pespin
10:27 AM Core testing infrastructure Revision a16a6b66 (osmo-ttcn3-hacks): Move f_addrstr2addr() to library/Misc_Helpers.ttcn
This function can easily be reused in other testsuites supporting both
IPv4 and IPv6 addresses.
Change-Id: I4243ec55...
pespin
10:27 AM Core testing infrastructure Revision a907b9f1 (osmo-ttcn3-hacks): MGCP_Templates: Avoid extra indenation for most of the whole file
Change-Id: I9338c73db94a1ed3e2945bc40a46573c4a674ba3 pespin
09:27 AM Core testing infrastructure Revision f7c3356e (osmo-ttcn3-hacks): [DEBUG] msc: debug f_call_hangup() getting stuck
Change-Id: If0a3f960bb7484a9425444eefda168988fa27acf fixeria
08:07 AM OsmoUPF Feature #6394 (Stalled): Basic URR (Usage Reporting Rule) support for tunnel mapping
laforge
06:52 AM OsmoUPF Feature #6394: Basic URR (Usage Reporting Rule) support for tunnel mapping
loosely related, this patch gets per-hNodeB counters of GTP-U traffic from nft and publishes as rate counters:
https...
neels
07:34 AM libosmo-netif Revision 5fec34a9 (libosmo-netif): stream_cli.c: Handle read / recvfrom error and close connection
If read or recvfrom fails or returns 0, the connection must be closed.
This is already done when a write / send fails...
Andreas Eversberg
07:26 AM Core testing infrastructure Revision 36cd8c53 (osmo-ci): jobs/master-builds: libosmocore: io_uring nodes
Like the gerrit-verification jobs for libosmocore, run the master-builds
jobs on nodes with the io_uring label.
Rela...
osmith
05:16 AM libosmocore Revision 4f790bf4 (osmo-gsm-manuals): add static SS7 routing example to cs7-config.adoc
I put the cfg files I used for testing this here:
https://people.osmocom.org/neels/zoch4ahX/g32273.tgz
To test, just ...
Neels Hofmeyr
05:16 AM libosmocore Revision 6634c8fa (libosmocore): add utils/osmo-gsm-shark
Change-Id: Ifdfd261f776d9bf2bbfb0a584deac3e9a11bfe47 Neels Hofmeyr
05:16 AM libosmocore Revision bfa463d9 (libosmocore): fu
Change-Id: Ia2566abfd8152e99dc4efe28c2505c12c882613a neels
05:16 AM libosmocore Revision e84e8048 (libosmocore): ctrl: counters: list all possible names in not-found response
Change-Id: I5e1d6bb2059fef2304868f415e1d664f2cf5d091 neels
05:16 AM libosmocore Revision 4f5fa3d9 (libosmocore): test timestamp formats
Change-Id: Ifb96e0af055c536cd3b14685812d8fd67d65cd2c neels
05:16 AM libosmocore Revision f65a7bed (libosmocore): logging: test timestamp formats
Show what timestamp formats we currently feature.
Upcoming patch Icbd5192ea835e24b12fe057cc1ab56e9572d75c0 adds a new...
neels
05:16 AM libosmocore Revision 4cd823df (libosmocore): logging: add 'logging timezone (localtime|utc)'
Add ability to print logging timestamps in UTC.
I want to test logging timestamps in vty transcript tests. To get
de...
neels
05:16 AM libosmocore Revision 99a2a2fa (libosmocore): logging: add timestamp fmt 'date' = 2018-01-16,01:44:34.681
Add 'date' to 'logging print timestamp (none|date|date-packed|ctime)'
The idea is to have these date formats:
date...
Neels Hofmeyr
05:16 AM libosmocore Revision fc7e698e (libosmocore): test new timestamp vty
Change-Id: Ie1021a67c6cabfaa077471a6fc2954b8e90b57f2 neels
05:16 AM libosmocore Revision 151dd6fe (libosmocore): logging vty: add 'logging print timestamp', deprecate other timestamp cmds
Deprecate previous logging timestamp config commands:
logging timestamp (0|1)
logging print extended-timestamp (...
Neels Hofmeyr
05:16 AM libosmocore Revision 975728c7 (libosmocore): logging: use enum to set timestamp format
In preparation of adding a new timestamp format, refactor to use an enum to
pick the timestamp style.
Introduce log_...
Neels Hofmeyr
05:16 AM libosmocore Revision 948de5e5 (libosmocore): logging_vty.c: rename static function
Rename 'logging_prnt_timestamp_cmd' to
logging_timestamp_cmd
to better match its VTY name:
'logging timestamp (0|1...
neels
05:16 AM libosmocore Revision 46832ce2 (libosmocore): add API logging_vty_subsys_strip_leading_char()
Allow an application to use subsystem names without a leading 'D'. With
this patch, a program can:
- remove the 'D' f...
neels
05:16 AM libosmocore Revision 631eb6f5 (libosmocore): formalize log subsys stripping for vty
In osmocom, we historically have a leading 'D' in all of our logging
subsystem names -- not only in the enum entry na...
neels
05:16 AM libosmocore Revision 21d5e951 (libosmocore): sockaddr_str: add conversion to,from osmo_sockaddr
Add functions to pass struct osmo_sockaddr to the
osmo_sockaddr_str_{to,from}* API directly.
So far the interface to...
neels
05:14 AM libosmo-ranap Revision 77a25772 (osmo-iuh): ranap rab: adjust SDU pars according to spec
3GPP TS 26.102 Table 5-1 gives some fixed values in an example. Try
them.
Change-Id: I82ae0c7537a95a6a24e95d75c362e1...
neels
05:14 AM libosmo-ranap Revision 7c7957e6 (osmo-iuh): ranap RAB: tweak error ratios
Change-Id: If196d3c99c89ea4c38f3ae3ba42c1028080ea56c neels
05:14 AM libosmo-ranap Revision e1193af9 (osmo-iuh): ranap rab: tweak transfer delay
Change-Id: Ifbc1e855ccc6c451baeb96f6eb03c750c12b647b neels
05:14 AM libosmo-ranap Revision b1ab87e3 (osmo-iuh): ranap RAB: set min/max bitrates dynamically
Change-Id: I003e9f29a57efd30e8cf71b9fbff16b6ab2f979d neels
05:14 AM libosmo-ranap Revision fee1806a (osmo-iuh): RAB Assignment: allow caller to choose AMR modes
Change-Id: I61e0e9e75e3239662846fd797532acdefa9f73dc neels
05:14 AM OsmoHNBGW Revision 77a25772 (osmo-iuh): ranap rab: adjust SDU pars according to spec
3GPP TS 26.102 Table 5-1 gives some fixed values in an example. Try
them.
Change-Id: I82ae0c7537a95a6a24e95d75c362e1...
neels
05:14 AM OsmoHNBGW Revision 7c7957e6 (osmo-iuh): ranap RAB: tweak error ratios
Change-Id: If196d3c99c89ea4c38f3ae3ba42c1028080ea56c neels
05:14 AM OsmoHNBGW Revision e1193af9 (osmo-iuh): ranap rab: tweak transfer delay
Change-Id: Ifbc1e855ccc6c451baeb96f6eb03c750c12b647b neels
05:14 AM OsmoHNBGW Revision b1ab87e3 (osmo-iuh): ranap RAB: set min/max bitrates dynamically
Change-Id: I003e9f29a57efd30e8cf71b9fbff16b6ab2f979d neels
05:14 AM OsmoHNBGW Revision fee1806a (osmo-iuh): RAB Assignment: allow caller to choose AMR modes
Change-Id: I61e0e9e75e3239662846fd797532acdefa9f73dc neels

03/21/2024

09:49 PM OsmoUPF Feature #6394: Basic URR (Usage Reporting Rule) support for tunnel mapping
neels wrote in #note-15:
> * osmo-upf is not run as root, it has cap-net-admin. This scripted test I ran with sudo. ...
neels
01:07 AM OsmoUPF Feature #6394: Basic URR (Usage Reporting Rule) support for tunnel mapping
attaching the script mentioned above... neels
01:07 AM OsmoUPF Feature #6394: Basic URR (Usage Reporting Rule) support for tunnel mapping
At the moment, we are mostly interested in *retrieving* counters from nft.
Creating sessions would also be great to ...
neels
08:30 PM E1/T1 Hardware Interface (including icE1usb) Support #6412: No alignment
On Thu, Mar 21, 2024 at 02:04:37PM +0000, pfassberg wrote:
> Unfortunately I get this error instead:
> ...
laforge
02:04 PM E1/T1 Hardware Interface (including icE1usb) Support #6412: No alignment
laforge wrote in #note-1:
> It most likely is the lack of CRC4. As far as I recall from memory, the gsteware support...
pfassberg
07:22 AM E1/T1 Hardware Interface (including icE1usb) Support #6412: No alignment
It most likely is the lack of CRC4. As far as I recall from memory, the gsteware supports operation with and without ... laforge
06:39 PM pySim Revision a412c436 (pysim): contrib/jenkins.sh: add 'distcheck' job to check package integrity
The idea of this new job is to catch package integrity problems,
like the missing entries in setup.py/packages[] or m...
fixeria
05:30 PM multi-voltage USB UART Revision 9093d758 (osmo-small-hardware): gtm900-bo: alternative 100n + LED part numbers
laforge
05:30 PM osmo-clock-gen Revision 9093d758 (osmo-small-hardware): gtm900-bo: alternative 100n + LED part numbers
laforge
05:30 PM osmo-clock-conv Revision 9093d758 (osmo-small-hardware): gtm900-bo: alternative 100n + LED part numbers
laforge
05:30 PM mPCIe WWAN modem USB breakout board Revision 9093d758 (osmo-small-hardware): gtm900-bo: alternative 100n + LED part numbers
laforge
05:30 PM M.2 (NGFF) WWAN modem USB breakout board Revision 9093d758 (osmo-small-hardware): gtm900-bo: alternative 100n + LED part numbers
laforge
04:51 PM multi-voltage USB UART Revision b8b187e2 (osmo-small-hardware): gtm900-bo: replace JLCPCB cpl file
The missing T1,T2 now are in. mschramm
04:51 PM osmo-clock-gen Revision b8b187e2 (osmo-small-hardware): gtm900-bo: replace JLCPCB cpl file
The missing T1,T2 now are in. mschramm
04:51 PM osmo-clock-conv Revision b8b187e2 (osmo-small-hardware): gtm900-bo: replace JLCPCB cpl file
The missing T1,T2 now are in. mschramm
04:51 PM mPCIe WWAN modem USB breakout board Revision b8b187e2 (osmo-small-hardware): gtm900-bo: replace JLCPCB cpl file
The missing T1,T2 now are in. mschramm
04:51 PM M.2 (NGFF) WWAN modem USB breakout board Revision b8b187e2 (osmo-small-hardware): gtm900-bo: replace JLCPCB cpl file
The missing T1,T2 now are in. mschramm
02:44 PM Core testing infrastructure Revision 458e74cb (osmo-ttcn3-hacks): msc: osmo-msc.cfg: move MGW params to 'mgw' node
This fixes deprecation warnings printed by recent osmo-msc.
Change-Id: I724ec44ea37bb61b457361befee3e6e92c886c0d
Rel...
fixeria
01:58 PM Core testing infrastructure Revision f706014a (osmo-ttcn3-hacks): WIP
Change-Id: I598aeb9850de588ac3abcf254afe782bc3fe1667 pespin
09:33 AM Core testing infrastructure Revision c1fe54aa (osmo-ci): jobs: add osmocom-obs-ewild
Similar to osmocom-obs-nhofmeyr, add a jenkins job that automatically
picks up changes in Hoernchen/mssdr branches in...
osmith
09:25 AM OsmoTRX Revision ea6cec50 (osmo-trx): ms: prune ancient, unused code parts
Change-Id: I36dcb7ba9364b1eafbaa7267cde3574d82da5dd2 Hoernchen
09:25 AM OsmoTRX Revision 98a50b75 (osmo-trx): ms: fix shutdown issues
Queues got stuck when killing mobile during a transfer
Change-Id: I02e668a55dece96e421c82706b76bbb411ea6712
Hoernchen
09:25 AM OsmoTRX Revision 238891f1 (osmo-trx): ms: make app configurable
This adds proper config options.
The ul/dl freq lines can be copied from the osmo-trx (network side) cfg.
Change-Id:...
Hoernchen
08:55 AM OsmoTRX Revision 3d8598d4 (osmo-trx): ms: disabe uhd ms build
This won't build, and has been in a untested non working state for a
year, but might still be useful after fixing it ...
Hoernchen
 

Also available in: Atom

Add picture from clipboard (Maximum size: 48.8 MB)